From bfd70830b78bc42e0a284baa044efacc29897cd5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 22:02:46 +0800
Subject: [PATCH] 小程序改bug
---
small-program/pages/index/index.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/small-program/pages/index/index.vue b/small-program/pages/index/index.vue
index 2b84ae9..df092fb 100644
--- a/small-program/pages/index/index.vue
+++ b/small-program/pages/index/index.vue
@@ -84,7 +84,7 @@
</view>
<view class="toast-btn" @click="handleLocation">寮�鍚畾浣�</view>
</view>
- <auth-login v-if="showLogin" @close="showLogin = false"></auth-login>
+ <auth-login :show="showLogin" @close="showLogin = false"></auth-login>
<custom-tabbar></custom-tabbar>
</view>
</template>
@@ -256,7 +256,6 @@
that.$store.commit('setPosition', locParam)
that.$store.commit('clearCityId')
that.pointList = []
- that.getNearbyShopList()
}
},
fail: function(err) {
--
Gitblit v1.9.3