From 50e7179637f7e2338f9be7683ab775ebc76fed91 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Mon, 11 Jan 2021 17:56:55 +0800 Subject: [PATCH] 显示现象优惠券的说明 --- pages/user/coupons/coupons.wxml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/user/coupons/coupons.wxml b/pages/user/coupons/coupons.wxml index 10b3e82..9d3cbd9 100644 --- a/pages/user/coupons/coupons.wxml +++ b/pages/user/coupons/coupons.wxml @@ -63,7 +63,8 @@ 有效期:不限 - 使用说明: {{filter.getNum(detail.Sum)}}元优惠券,{{(detail.UseObjectID==null || detail.UseObjectID=='')?"全场通用":"仅限"+(detail.UseObjectName)+"使用"}},满 {{detail.BuySum==null || detail.BuySum==''?filter.getNum(0):filter.getNum(detail.BuySum)}}元使用 {{detail.region_list_name==null || detail.region_list_name==''?"":",不包邮地区:"+region_list_name}} + {{detail.Remark}} + 使用说明: {{filter.getNum(detail.Sum)}}元优惠券,{{(detail.UseObjectID==null || detail.UseObjectID=='')?"全场通用":"仅限"+(detail.UseObjectName)+"使用"}},满 {{detail.BuySum==null || detail.BuySum==''?filter.getNum(0):filter.getNum(detail.BuySum)}}元使用 {{detail.region_list_name==null || detail.region_list_name==''?"":",不包邮地区:"+region_list_name}} -- libgit2 0.21.4