console
This commit is contained in:
@@ -168,7 +168,7 @@ export default {
|
|||||||
},
|
},
|
||||||
clickLaw(index) {
|
clickLaw(index) {
|
||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url: `/pages/AppLegalLearning/AppLegalLearning?inx=${index}`
|
url: '/pages/AppLegalLearning/AppLegalLearning?inx=' + index
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleActive({type, appId, url}) {
|
handleActive({type, appId, url}) {
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onLoad(o) {
|
onLoad(o) {
|
||||||
if(o) {
|
if(o) {
|
||||||
|
console.log(o);
|
||||||
this.currIndex = o.inx
|
this.currIndex = o.inx
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user