From ad1f2c6415dedaa1a491ee8928e4086ed3d3105b Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Wed, 8 Jul 2026 09:46:30 +0800 Subject: [PATCH] 1 --- components/tab-bar/delivery.vue | 2 +- components/tab-bar/myCenter.vue | 183 +++++++++++++++++++++++++++----- 2 files changed, 158 insertions(+), 27 deletions(-) diff --git a/components/tab-bar/delivery.vue b/components/tab-bar/delivery.vue index 0f78007..da85d17 100644 --- a/components/tab-bar/delivery.vue +++ b/components/tab-bar/delivery.vue @@ -217,7 +217,7 @@ ¥{{(item.deliveryFee + item.deliveryFeeMarketplace).toFixed(2)}} (包含¥{{item.deliveryFeeMarketplace}}平台佣金) + v-if="item.deliveryFeeMarketplace != null && item.deliveryFeeMarketplace > 0">(包含¥{{item.deliveryFeeMarketplace}}平台佣金) diff --git a/components/tab-bar/myCenter.vue b/components/tab-bar/myCenter.vue index a823e3b..ed76997 100644 --- a/components/tab-bar/myCenter.vue +++ b/components/tab-bar/myCenter.vue @@ -6,7 +6,7 @@ - + @@ -29,7 +29,7 @@ - + 已经帮你省下 ¥{{savedMoney}} @@ -42,7 +42,7 @@ - {{item.title}} @@ -53,7 +53,7 @@ - + 今天还能省钱又赚钱 @@ -72,7 +72,7 @@ {{item.subPost}} - {{item.cta}} @@ -98,7 +98,7 @@ {{item.title}} {{item.desc}} - @@ -121,7 +121,7 @@ {{item.title}} {{item.desc}} - @@ -139,7 +139,7 @@ - @@ -193,6 +193,30 @@