Fix:5025 【管理后台】已有入驻通过的体验店,再次点击体验店入驻海报,应弹窗提示是否跳转供应链端

This commit is contained in:
LinCyJang
2026-03-30 21:17:21 +08:00
parent 55cc76f58e
commit d823b42a3c
+6
View File
@@ -63,6 +63,7 @@ export default {
hasHotel: null,
hasSupplier: null,
hasWholesaler: null,
hasExperienceStore: null,
hasTravel: null,
images: null,
pageKeyId: Object.freeze('merchantApplyIndex'),
@@ -80,6 +81,7 @@ export default {
this.hasWholesaler = data.hasWholesaler
this.canApplyHotel = data.canApplyHotel
this.hasTravel = data.hasTravel
this.hasExperienceStore = data.hasExperienceStore
})
},
methods: {
@@ -124,6 +126,10 @@ export default {
this.$yrouter.push('/pkg_join/views/shop?partnerId=' + this.partnerId)
break
case 'experience_store':
if(this.hasExperienceStore === 1) {
this.$global.goSupplierMini()
return
}
this.$yrouter.push('/pkg_join/views/experienceStore?partnerId=' + this.partnerId)
break
case 'wholesaler':