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()