From 1dd7b1e3b1190755c48ccae09c055fc2e0d01544 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Mon, 20 Jan 2025 23:00:22 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3120=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=88=87=E6=8D=A2=E5=9F=8E?= =?UTF-8?q?=E5=B8=82=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=BC=B9=E5=87=BA=E2=80=9C?= =?UTF-8?q?=E6=97=A0=E6=95=88=E7=9A=84guidename=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chose-city/chose-city.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/chose-city/chose-city.vue b/pages/chose-city/chose-city.vue index 095b5d4..e425ce5 100644 --- a/pages/chose-city/chose-city.vue +++ b/pages/chose-city/chose-city.vue @@ -230,7 +230,9 @@ export default { this.getMapData() } this.init() - this.queryGuide(this.pageKeyId) + if([0,1] .includes(type)) { + this.queryGuide(this.pageKeyId) + } }, methods: { showFunctionGuide() {