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