处理商品详情页 首页按钮跳转的错误

This commit is contained in:
luofei 2023-05-17 17:18:44 +08:00
parent 3bae25ebd6
commit 7f0add7fd2
2 changed files with 2 additions and 2 deletions

View File

@ -1090,7 +1090,7 @@
//
goHome() {
uni.switchTab({
url: '/pages/index/index'
url: '/pages/home/index'
});
},
//

View File

@ -352,7 +352,7 @@
//
goHome() {
uni.switchTab({
url: '/pages/index/index'
url: '/pages/home/index'
});
},
again() {