Browse Source

区域选择

xsh 4 năm trước cách đây
mục cha
commit
a33bedf335
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/areaList.vue

+ 1 - 1
src/components/areaList.vue

@@ -16,7 +16,7 @@ export default {
   data() {
     return {
       options: regionData,
-      selectedOptions: [],
+      selectedOptions: ['330000'],
     }
   },
   methods: {