|
@@ -120,7 +120,7 @@
|
|
this.color2 = this.globalData.color2;
|
|
this.color2 = this.globalData.color2;
|
|
this.color1 = this.globalData.color1;
|
|
this.color1 = this.globalData.color1;
|
|
this.region = region;
|
|
this.region = region;
|
|
- this.cities = region[0].children[0].children;
|
|
|
|
|
|
+ this.cities = region[0].children;
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
async queryCategoryBox(){
|
|
async queryCategoryBox(){
|