From 796977e24baa7c1d3a333e2c1c8e06ca73fd9a56 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 19 十一月 2025 18:08:35 +0800
Subject: [PATCH] 优惠劵

---
 pages/cart/coupon/index.vue |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/pages/cart/coupon/index.vue b/pages/cart/coupon/index.vue
index c3e75e5..4811f6b 100644
--- a/pages/cart/coupon/index.vue
+++ b/pages/cart/coupon/index.vue
@@ -32,15 +32,26 @@
         <view class="circle circle-bottom"></view>
       </view>
       <view class="right">
+
         <view class="desc">
           <view v-if="item.scopeType">
-            <span v-if="item.scopeType == 'ALL' && item.storeId == '0'">鍏ㄥ钩鍙�</span>
-            <span v-if="item.scopeType == 'PORTION_GOODS_CATEGORY'">浠呴檺鍝佺被</span>
-            <view v-else
-              >{{
-                item.storeName == "platform" ? "鍏ㄥ钩鍙�" : item.storeName + "搴楅摵"
-              }}浣跨敤</view
-            >
+            浣跨敤鑼冨洿锛歿{
+              item.scopeType == "ALL" && item.storeId == "0"
+                  ? "鍏ㄥ钩鍙�"
+                  : item.scopeType == "PORTION_GOODS"
+                      ? "閮ㄥ垎鍟嗗搧"
+                      : item.scopeType == "PORTION_GOODS_CATEGORY"
+                          ? "閮ㄥ垎鍒嗙被鍟嗗搧"
+                          : item.storeName == "platform"
+                              ? "鍏ㄥ钩鍙�"
+                              : item.storeName + ""
+            }}浣跨敤
+<!--            <span v-if="item.scopeType == 'ALL' && item.storeId == '0'">鍏ㄥ钩鍙�</span>-->
+<!--            <span v-if="item.scopeType == 'PORTION_GOODS_CATEGORY'">浠呴檺鍝佺被</span>-->
+<!--            <view v-else-->
+<!--              >{{-->
+<!--                item.storeName == "platform" ? "鍏ㄥ钩鍙�" : item.storeName + "搴楅摵"-->
+<!--              }}浣跨敤</view>-->
           </view>
           <view class="reason" v-if="item.reason">{{ item.reason }}</view>
           <view class="end-time">鏈夋晥鏈熻嚦:{{ item.endTime }}</view>

--
Gitblit v1.8.0