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