From 2cd31915236257e325b49f2e86f6912512e1f7ce Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 02 十一月 2025 14:27:15 +0800
Subject: [PATCH] fix:app 用户登录,默认不勾选用户协议
---
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