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