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() {