Browse Source

我的券包已领券去使用跳转

home_hotList
ld0104 2 years ago
parent
commit
07774f9478
  1. 4
      pages/user/coupon/UserCoupon/index.vue

4
pages/user/coupon/UserCoupon/index.vue

@ -144,8 +144,8 @@
let that = this let that = this
if(that.navType===2) return if(that.navType===2) return
if(that.navType===1){ if(that.navType===1){
that.$yrouter.push({ that.$yrouter.switchTab({
path: '/pages/shop/brands/index', path: '/pages/home/index',
}) })
return return
} }

Loading…
Cancel
Save