From a82b34f3dad88a826b459660aecc0af77e353080 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 27 九月 2024 16:48:21 +0800
Subject: [PATCH] update

---
 sub_pages/customer/coupon/coupon-self.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sub_pages/customer/coupon/coupon-self.vue b/sub_pages/customer/coupon/coupon-self.vue
index cb9f53c..d1a5f3f 100644
--- a/sub_pages/customer/coupon/coupon-self.vue
+++ b/sub_pages/customer/coupon/coupon-self.vue
@@ -30,14 +30,17 @@
 
 						</view>
 						<view class="time">
-							{{item.effectiveStart&&(item.effectiveStart+' 生效,') || ''}}
+							<!-- {{item.effectiveStart&&(item.effectiveStart+' 生效,') || ''}} -->
 							{{item.effectiveEnd&&('有效期至 '+item.effectiveEnd) || '长久有效'}}
 						</view>
+					</view>
+					<view class="img-out">
+						
 					</view>
 				</view>
 				<view class="tip">
 					<span
-						class="t-red">*</span>{{item.couponDescription || '此券每人限领1张。仅限用于花满芜鲜花交易平台鲜切花花款满额使用,不可与其他优惠同享、不可叠加使用'}}
+						class="t-red">*</span>{{item.couponDescription || '此券每人限领1张。仅限用于花满芫鲜花交易平台鲜切花花款满额使用,不可与其他优惠同享、不可叠加使用'}}
 				</view>
 			</view>
 		</view>

--
Gitblit v1.9.3