张文飞 3 years ago
parent
commit
2d952d87b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/subComponents/dmHomeChoose.vue

+ 1 - 1
components/subComponents/dmHomeChoose.vue

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