Fix:5025 【管理后台】已有入驻通过的体验店,再次点击体验店入驻海报,应弹窗提示是否跳转供应链端
This commit is contained in:
@@ -63,6 +63,7 @@ export default {
|
|||||||
hasHotel: null,
|
hasHotel: null,
|
||||||
hasSupplier: null,
|
hasSupplier: null,
|
||||||
hasWholesaler: null,
|
hasWholesaler: null,
|
||||||
|
hasExperienceStore: null,
|
||||||
hasTravel: null,
|
hasTravel: null,
|
||||||
images: null,
|
images: null,
|
||||||
pageKeyId: Object.freeze('merchantApplyIndex'),
|
pageKeyId: Object.freeze('merchantApplyIndex'),
|
||||||
@@ -80,6 +81,7 @@ export default {
|
|||||||
this.hasWholesaler = data.hasWholesaler
|
this.hasWholesaler = data.hasWholesaler
|
||||||
this.canApplyHotel = data.canApplyHotel
|
this.canApplyHotel = data.canApplyHotel
|
||||||
this.hasTravel = data.hasTravel
|
this.hasTravel = data.hasTravel
|
||||||
|
this.hasExperienceStore = data.hasExperienceStore
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -124,6 +126,10 @@ export default {
|
|||||||
this.$yrouter.push('/pkg_join/views/shop?partnerId=' + this.partnerId)
|
this.$yrouter.push('/pkg_join/views/shop?partnerId=' + this.partnerId)
|
||||||
break
|
break
|
||||||
case 'experience_store':
|
case 'experience_store':
|
||||||
|
if(this.hasExperienceStore === 1) {
|
||||||
|
this.$global.goSupplierMini()
|
||||||
|
return
|
||||||
|
}
|
||||||
this.$yrouter.push('/pkg_join/views/experienceStore?partnerId=' + this.partnerId)
|
this.$yrouter.push('/pkg_join/views/experienceStore?partnerId=' + this.partnerId)
|
||||||
break
|
break
|
||||||
case 'wholesaler':
|
case 'wholesaler':
|
||||||
|
|||||||
Reference in New Issue
Block a user