瀏覽代碼

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

qianxinyu 4 月之前
父節點
當前提交
f5e62dd512
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: "请先选择城市",