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 @@