From 2c095c287031ef764ef983002174f57cb630e5d5 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 24 九月 2024 17:36:30 +0800 Subject: [PATCH] update 细节和订单确认收货(提示支付和确认收货的人,需要同一个openid) --- sub_pages/customer/coupon/coupon-self.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sub_pages/customer/coupon/coupon-self.vue b/sub_pages/customer/coupon/coupon-self.vue index 63d788c..d1a5f3f 100644 --- a/sub_pages/customer/coupon/coupon-self.vue +++ b/sub_pages/customer/coupon/coupon-self.vue @@ -34,10 +34,13 @@ {{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