From 9cc18e83fff11a453246ad93a29fa6cb104cb83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com> Date: Wed, 10 Sep 2025 10:33:58 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/custom-tab-bar.vue | 2 +- pages/supply_chain/supply_chain copy.vue | 205 +++++++++ pages/supply_chain/supply_chain.vue | 526 ++++++++--------------- 3 files changed, 386 insertions(+), 347 deletions(-) create mode 100644 pages/supply_chain/supply_chain copy.vue diff --git a/components/custom-tab-bar.vue b/components/custom-tab-bar.vue index afd73c6..3c55a22 100644 --- a/components/custom-tab-bar.vue +++ b/components/custom-tab-bar.vue @@ -33,7 +33,7 @@ export default { }, { "pagePath": "/pages/supply_chain/supply_chain", - "text": "供应链", + "text": "平价专区", "iconPath": "/static/column/supply_chain.png", "selectedIconPath": "/static/column/supply_chain_sel.png" }, diff --git a/pages/supply_chain/supply_chain copy.vue b/pages/supply_chain/supply_chain copy.vue new file mode 100644 index 0000000..59f0e47 --- /dev/null +++ b/pages/supply_chain/supply_chain copy.vue @@ -0,0 +1,205 @@ + + + + + diff --git a/pages/supply_chain/supply_chain.vue b/pages/supply_chain/supply_chain.vue index f038eac..fc9c6b4 100644 --- a/pages/supply_chain/supply_chain.vue +++ b/pages/supply_chain/supply_chain.vue @@ -1,359 +1,193 @@