From 8a9bd2e7cbaa5ae676d04e3a7042ba2992a2db25 Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 23 Jul 2025 16:05:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(regionselect):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/region-select/index.vue | 284 +++++++++++++++++++++++++++++ pages/index/index.vue | 4 + 2 files changed, 288 insertions(+) create mode 100644 components/region-select/index.vue 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) {