zhangwf 3 年之前
父节点
当前提交
357dfba9df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/subComponents/dmHomeChoose.vue

+ 1 - 1
components/subComponents/dmHomeChoose.vue

@@ -110,7 +110,6 @@
 			this.globalData = app.globalData;
 			this.color2 = this.globalData.color2;
 			this.color1 = this.globalData.color1;
-			this.queryCities();
 		},
 		methods: {
 			async queryCategoryBox(){
@@ -146,6 +145,7 @@
 					this.maskBgColor = this.maskColor
 					this.containerVisible = true
 				}, 20)
+				this.queryCities();
 				this.queryCategoryBox();
 			},
 			hide() {