Browse Source

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

qianxinyu 4 tháng trước cách đây
mục cha
commit
f5e62dd512
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: "请先选择城市",