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) {