diff --git a/components/region-select/index.vue b/components/region-select/index.vue
new file mode 100644
index 0000000..beab06f
--- /dev/null
+++ b/components/region-select/index.vue
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 5f5c25b..487f279 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -155,6 +155,7 @@
>
+
@@ -171,6 +172,8 @@ import znNewsPopup from '@/components/znNewsPopup.vue'
import areaProductList from '@/components/area-product-list/index.vue'
import { formatCurrency } from '@/util/index.js'
import { mapGetters } from 'vuex'
+import RegionSelect from '@/components/region-select/index.vue'
+
export default {
components: {
noticePopup,
@@ -178,6 +181,7 @@ export default {
'cl-tabbar': clTabbar,
getTree,
areaProductList,
+ RegionSelect,
},
filters: {
seles(value) {