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