张文飞 3 년 전
부모
커밋
2d952d87b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(){