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

This commit is contained in:
LinCyJang
2025-12-28 20:38:23 +08:00
parent 6a6da9b3a6
commit 7153ce8e9e
+1 -1
View File
@@ -52,7 +52,7 @@ export default {
this.isOpen = !this.isOpen this.isOpen = !this.isOpen
}, },
goGoods() { goGoods() {
uni.navigateTo({url: '/pages/home/landMark'}) uni.navigateTo({url: 'pages/home/index'})
// this.$global.navToGoods(this.data.productId) // this.$global.navToGoods(this.data.productId)
}, },
selectCoupon() { selectCoupon() {