From 8582e0c9b31945fa27783046a4975ecdc41a80ff Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 25 Apr 2025 18:07:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(product-list):=20=E4=B8=93=E5=8C=BA?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E7=BB=84=E4=BB=B6=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/area-product-list/index.vue | 229 +++++++++++++++++++++++++ pages/mine/index.vue | 2 +- pages/specialArea/index.vue | 59 ++----- 3 files changed, 248 insertions(+), 42 deletions(-) create mode 100644 components/area-product-list/index.vue diff --git a/components/area-product-list/index.vue b/components/area-product-list/index.vue new file mode 100644 index 0000000..0099b88 --- /dev/null +++ b/components/area-product-list/index.vue @@ -0,0 +1,229 @@ + + + + + diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 06f183c..60344c9 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -275,7 +275,7 @@ export default { name: '数据查询', imgurl: "../../static/images/mark1.png", menuKey: "marketDynamics", - ifshow: false, + ifshow: true, }, { url: "/pages/bonus/index", diff --git a/pages/specialArea/index.vue b/pages/specialArea/index.vue index f1a8808..985864f 100644 --- a/pages/specialArea/index.vue +++ b/pages/specialArea/index.vue @@ -6,44 +6,19 @@ -->