This commit is contained in:
shijingjing
2023-03-15 16:07:15 +08:00
parent 4abfb9f7bf
commit 78d6862d9f

View File

@@ -167,8 +167,8 @@ export default {
} }
}, },
clickLaw(index) { clickLaw(index) {
un.switchTab({ uni.switchTab({
url: "/pages/AppLegalLearning/AppLegalLearning?inx=" + index url: `/pages/AppLegalLearning/AppLegalLearning?inx=${index}`
}) })
}, },
handleActive({type, appId, url}) { handleActive({type, appId, url}) {