From d823b42a3cdb1dd77fe4f20ed19697b9aed244bb Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Mon, 30 Mar 2026 21:17:21 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5025=20=E3=80=90=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E3=80=91=E5=B7=B2=E6=9C=89=E5=85=A5=E9=A9=BB?= =?UTF-8?q?=E9=80=9A=E8=BF=87=E7=9A=84=E4=BD=93=E9=AA=8C=E5=BA=97=EF=BC=8C?= =?UTF-8?q?=E5=86=8D=E6=AC=A1=E7=82=B9=E5=87=BB=E4=BD=93=E9=AA=8C=E5=BA=97?= =?UTF-8?q?=E5=85=A5=E9=A9=BB=E6=B5=B7=E6=8A=A5=EF=BC=8C=E5=BA=94=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=8F=90=E7=A4=BA=E6=98=AF=E5=90=A6=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E4=BE=9B=E5=BA=94=E9=93=BE=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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':