From 8308273842b4571f6243613f55f86ad9264a942d Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 29 四月 2026 15:07:25 +0800
Subject: [PATCH] 支付宝支付ddd
---
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