Fix:4736 【商城小程序】我的优惠券—“去使用”按钮点击后需跳转至首页

This commit is contained in:
LinCyJang
2026-01-04 19:40:33 +08:00
parent 1b79ae1678
commit f4fcc7e8f5
+4 -1
View File
@@ -52,7 +52,10 @@ export default {
this.isOpen = !this.isOpen
},
goGoods() {
uni.navigateTo({url: 'pages/home/index'})
this.$yrouter.switchTab({
path: '/pages/home/index',
query: {},
})
// this.$global.navToGoods(this.data.productId)
},
selectCoupon() {