From f884d1c7648d35aae5fe9844e540ba8eb8d3a61c Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Mon, 17 Nov 2025 15:03:43 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4260=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=90=8E=E5=8F=B0=E6=96=B0=E5=A2=9E=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E6=88=B7=E5=90=8E=EF=BC=8C=E7=9B=B8=E5=BA=94=E7=9A=84?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=BF=9B=E5=85=A5=E5=95=86=E5=9F=8E=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=82=B9=E5=87=BB=E5=85=A5=E9=A9=BB=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=8C=E5=BC=B9=E5=87=BA=E6=8F=90=E7=A4=BA=E7=AA=97?= =?UTF-8?q?=EF=BC=8C=E5=8D=B3=E5=B0=86=E6=89=93=E5=BC=80=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E9=93=BE=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=82=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E5=90=8E=E6=89=93=E5=BC=80=E4=BE=9B=E5=BA=94=E9=93=BE=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=EF=BC=8C=E5=A6=82=E4=B8=8B=E5=9B=BE=E6=89=80?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pkg_join/views/index.vue b/pkg_join/views/index.vue index b33aa7a..7a5376f 100644 --- a/pkg_join/views/index.vue +++ b/pkg_join/views/index.vue @@ -56,6 +56,7 @@ export default { hasHotel: null, hasSupplier: null, hasWholesaler: null, + hasTravel: null, images: null, pageKeyId: Object.freeze('merchantApplyIndex'), canApplyHotel: false @@ -71,6 +72,7 @@ export default { this.hasSupplier = data.hasSupplier this.hasWholesaler = data.hasWholesaler this.canApplyHotel = data.canApplyHotel + this.hasTravel = data.hasTravel }) }, methods: { @@ -78,7 +80,11 @@ export default { * 跳转旅游 residences */ toTravelResidence() { - this.$yrouter.push('/pkg_join/views/travelResidence?partnerId=' + this.partnerId) + if (this.hasTravel === 1) { + this.$global.goSupplierMini() + } else { + this.$yrouter.push('/pkg_join/views/travelResidence?partnerId=' + this.partnerId) + } }, /** * 跳转