Commit ab09576908cdedcd9f540c6cc17f62e754a032f3
1 parent
c54c818e
优惠券领取券的文字的优化
Showing
1 changed file
with
2 additions
and
2 deletions
packageA/pages/quan_pro/quan_pro.wxml
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | <text wx:if="{{q_data}}">{{q_data.name}}</text> |
| 14 | 14 | <text wx:elif="{{is_get==1}}" class="fs28">不存在此微券或数量已领取完</text> |
| 15 | 15 | <text wx:elif="{{is_get==2}}" class="fs28">该优惠券不是免费发放类型</text> |
| 16 | - <text wx:elif="{{is_get==3}}" class="fs28">活动未开始暂时无法发放优惠券</text> | |
| 16 | + <text wx:elif="{{is_get==3}}" class="fs28">活动未开始暂时无法领取优惠券</text> | |
| 17 | 17 | <text wx:elif="{{is_get==4}}" class="fs28">优惠券已过期</text> |
| 18 | 18 | </view> |
| 19 | 19 | <view class="fs30 flex" wx:if="{{q_data}}" style="height: 100rpx;justify-content: space-between;"> |
| ... | ... | @@ -50,7 +50,7 @@ |
| 50 | 50 | <view wx:elif="{{is_get}}" class="fs28" style="text-align: center;color: #999;position: absolute;bottom: 20rpx;"> |
| 51 | 51 | <text wx:if="{{is_get==1}}">不存在此微券或数量已领取完</text> |
| 52 | 52 | <text wx:if="{{is_get==2}}">该优惠券不是免费发放类型</text> |
| 53 | - <text wx:if="{{is_get==3}}">活动未开始暂时无法发放优惠券</text> | |
| 53 | + <text wx:if="{{is_get==3}}">活动未开始暂时无法领取优惠券</text> | |
| 54 | 54 | <text wx:if="{{is_get==4}}">优惠券已过期</text> |
| 55 | 55 | </view> |
| 56 | 56 | ... | ... |