From aa43bcf4fd7c97978d5a5fe192e8902078ff0ec5 Mon Sep 17 00:00:00 2001 From: cjl520cy <8149487+cy250cy-520@user.noreply.gitee.com> Date: Wed, 22 Apr 2026 16:50:09 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/address/search.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/address/search.vue b/pages/address/search.vue index 808b6b7..d7467a0 100644 --- a/pages/address/search.vue +++ b/pages/address/search.vue @@ -2293,6 +2293,15 @@ const currentPage = pages[pages.length - 1] const source = this.source || currentPage.options.source + //特殊处理重庆 + if(addressItem.cityCode == 500100){ + addressItem.cityname = "重庆城区" + } + if(addressItem.cityCode == 500200){ + addressItem.cityname = "重庆郊县" + } + + if (source === 'syr_info') { uni.$emit('address-selected-for-syr', addressItem) uni.setStorageSync('syr_selected_address', addressItem)