From 97aa989e0b068c8c4aea8fa9a73e05b89b5c6439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?= <17633066053@163.com> Date: Fri, 14 Apr 2023 10:59:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart/coupon/couponDetail.vue | 2 +- pages/cart/coupon/myCoupon.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/cart/coupon/couponDetail.vue b/pages/cart/coupon/couponDetail.vue index 68f9082..b3263e1 100644 --- a/pages/cart/coupon/couponDetail.vue +++ b/pages/cart/coupon/couponDetail.vue @@ -14,7 +14,7 @@ - • 使用平台:{{ + • 使用范围:{{ coupon.scopeType == 'ALL' && coupon.storeId == '0' ? "全平台" : coupon.scopeType == "PORTION_CATEGORY" diff --git a/pages/cart/coupon/myCoupon.vue b/pages/cart/coupon/myCoupon.vue index e299d86..d34da7f 100644 --- a/pages/cart/coupon/myCoupon.vue +++ b/pages/cart/coupon/myCoupon.vue @@ -67,7 +67,7 @@ {{ coupon.title }} 使用平台:{{ + >使用范围:{{ coupon.scopeType == "ALL" && coupon.storeId == "0" ? "全平台" : coupon.scopeType == "PORTION_CATEGORY"