Fix:4736 【商城小程序】我的优惠券—“去使用”按钮点击后需跳转至首页
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user