Commit ab09576908cdedcd9f540c6cc17f62e754a032f3

Authored by yvan.ni
1 parent c54c818e

优惠券领取券的文字的优化

packageA/pages/quan_pro/quan_pro.wxml
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 <text wx:if="{{q_data}}">{{q_data.name}}</text> 13 <text wx:if="{{q_data}}">{{q_data.name}}</text>
14 <text wx:elif="{{is_get==1}}" class="fs28">不存在此微券或数量已领取完</text> 14 <text wx:elif="{{is_get==1}}" class="fs28">不存在此微券或数量已领取完</text>
15 <text wx:elif="{{is_get==2}}" class="fs28">该优惠券不是免费发放类型</text> 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 <text wx:elif="{{is_get==4}}" class="fs28">优惠券已过期</text> 17 <text wx:elif="{{is_get==4}}" class="fs28">优惠券已过期</text>
18 </view> 18 </view>
19 <view class="fs30 flex" wx:if="{{q_data}}" style="height: 100rpx;justify-content: space-between;"> 19 <view class="fs30 flex" wx:if="{{q_data}}" style="height: 100rpx;justify-content: space-between;">
@@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@
50 <view wx:elif="{{is_get}}" class="fs28" style="text-align: center;color: #999;position: absolute;bottom: 20rpx;"> 50 <view wx:elif="{{is_get}}" class="fs28" style="text-align: center;color: #999;position: absolute;bottom: 20rpx;">
51 <text wx:if="{{is_get==1}}">不存在此微券或数量已领取完</text> 51 <text wx:if="{{is_get==1}}">不存在此微券或数量已领取完</text>
52 <text wx:if="{{is_get==2}}">该优惠券不是免费发放类型</text> 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 <text wx:if="{{is_get==4}}">优惠券已过期</text> 54 <text wx:if="{{is_get==4}}">优惠券已过期</text>
55 </view> 55 </view>
56 56