Fix:4975 【商城小程序】点击蓝色的首页海报,应进入旅居订单列表页
This commit is contained in:
@@ -1397,6 +1397,12 @@ export default {
|
||||
this.$yrouter.push('/pages/home/newZone')
|
||||
},
|
||||
goExperienceCoupon() {
|
||||
if (this.hasUnusedExperienceCoupon === 0) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/order/MyOrder/index?type=3&tabIndex=1'
|
||||
})
|
||||
return
|
||||
}
|
||||
this.$yrouter.push('/pkg_product/views/experienceCoupon')
|
||||
},
|
||||
init() {
|
||||
|
||||
Reference in New Issue
Block a user