switchTab

This commit is contained in:
liuye
2024-06-27 16:44:48 +08:00
parent 42f26c92c1
commit ff3c38e9aa

View File

@@ -60,7 +60,7 @@ export default {
})
},
toAppStore() {
uni.navigateTo({url: '/pages/AppStore/AppStore?tabIndex=1'})
uni.switchTab({url: '/pages/AppStore/AppStore?tabIndex=1'})
}
},
}