Explorar o código

feat:首页未登录的情况下不弹出选择城市弹窗

qianxinyu hai 4 meses
pai
achega
f5e62dd512
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -122,7 +122,7 @@ export default {
     // 数据
 
     //未选城市先弹窗提醒选择城市
-    if (!this.$checkAccess.getCity()) {
+    if (!this.$checkAccess.getCity() && this.$checkAccess.checkLogin()) {
       uni.showModal({
         title: "",
         content: "请先选择城市",