参数存本地
This commit is contained in:
@@ -167,8 +167,11 @@ export default {
|
||||
}
|
||||
},
|
||||
clickLaw(index) {
|
||||
uni.relaunch({
|
||||
url: '/pages/AppLegalLearning/AppLegalLearning?inx=' + index
|
||||
uni.switchTab({
|
||||
url: '/pages/AppLegalLearning/AppLegalLearning',
|
||||
success: ()=> {
|
||||
uni.setStorageSync('inx', index)
|
||||
}
|
||||
})
|
||||
},
|
||||
handleActive({type, appId, url}) {
|
||||
|
||||
Reference in New Issue
Block a user