doum
2026-04-28 b91e43c3975ed5638632d98fe6d92a74918e4c0e
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) {