diff --git a/pkg_join/views/index.vue b/pkg_join/views/index.vue index b848b1b..61a8db6 100644 --- a/pkg_join/views/index.vue +++ b/pkg_join/views/index.vue @@ -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':