This commit is contained in:
shijingjing
2023-03-15 17:28:36 +08:00
parent 43cee8bd0f
commit c1ca841f28
2 changed files with 4 additions and 9 deletions

View File

@@ -170,7 +170,7 @@ export default {
uni.switchTab({
url: '/pages/AppLegalLearning/AppLegalLearning',
success: ()=> {
uni.setStorageSync('inx', index)
uni.$emit('update',{inx: index})
}
})
},