From 5030fb0b1295ba98ef3e7a6236bdd12463c99fbe Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Sun, 28 Apr 2024 11:44:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E5=95=86=E6=88=B7?= =?UTF-8?q?=E5=88=97=E8=A1=A8=20=E9=A1=B5=E9=9D=A2=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=8C=E6=A0=B9=E6=8D=AE=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E7=9A=84=E5=95=86=E6=88=B7=E7=B1=BB=E5=9E=8B=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/store/shopStreet/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/store/shopStreet/index.vue b/pages/store/shopStreet/index.vue index 399dfe7..53397e0 100644 --- a/pages/store/shopStreet/index.vue +++ b/pages/store/shopStreet/index.vue @@ -289,8 +289,9 @@ // 获取类型 let merchantType = options.merchant_type || 0; this.sotreParam.merchant_type = merchantType + let pageTitle = this.$util.getMerchantTypeText(merchantType); uni.setNavigationBarTitle({ - title: merchantType == 0 ? '附近商家' : (merchantType == 1 ? '附近酒道馆' : '合作企业') + title: merchantType == 2 ? '合作企业' : '附近' + pageTitle }) this.storeList = []; if(this.mer_location)this.selfLocation()