From d3fd4b0ab851bab89c30c199e27245f7f45f1c0e Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 08 十一月 2025 08:01:12 +0800
Subject: [PATCH] feat:实现了微信上传图片

---
 app/components/map-selector.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/components/map-selector.vue b/app/components/map-selector.vue
index 6c5e540..7203b61 100644
--- a/app/components/map-selector.vue
+++ b/app/components/map-selector.vue
@@ -38,7 +38,7 @@
       <view 
         class="address-item" 
         v-for="(item, index) in searchResults" 
-        :key="'search-' + index"
+        :key="index"
         @click="selectAddress(item)"
       >
         <!-- 纭繚浣跨敤鎻掑�艰娉� -->

--
Gitblit v1.9.1