diff --git a/pages/user/coupons/coupons.wxml b/pages/user/coupons/coupons.wxml index 6fc738d..8bbddce 100644 --- a/pages/user/coupons/coupons.wxml +++ b/pages/user/coupons/coupons.wxml @@ -176,7 +176,7 @@ - + 有效期:{{details[useIndex].BeginDate==null ? " " : time.replace_time2(details[useIndex].BeginDate)}} 至 {{time.replace_time2(details[useIndex].ValidDate)}} 有效期:{{details[useIndex].use_start_time==null ? " " : time.format_time(details[useIndex].use_start_time)}} 至 {{time.format_time(details[useIndex].use_end_time)}} 有效期:不限 diff --git a/pages/user/coupons/coupons.wxss b/pages/user/coupons/coupons.wxss index e28dc91..8c9bf73 100644 --- a/pages/user/coupons/coupons.wxss +++ b/pages/user/coupons/coupons.wxss @@ -562,7 +562,7 @@ page { font-size: 32rpx; position: absolute; right: 10rpx; - top: 10rpx; + top: 2rpx; /* transform: translateY(-50%); */ transition: all 0.3s; }