Commit 481a4398ecae170afad73eb54a7646587356ae58

Authored by taiyuan
1 parent 70932ad1

优惠券

packageB/pages/coupons/query/index.wxml
... ... @@ -70,7 +70,7 @@
70 70 <view class="fs28 ellipsis-1x">包邮券</view>
71 71 <view class="fs24 c-7b pdt4 ellipsis-1x">微券来源: 微信商城</view>
72 72 </view>
73   - <view class="shrink0"><text class="btn">立即使用</text></view>
  73 + <view class="shrink0"><text class="btn {{currentIndex != 0 ? 'gray':''}}" bindtap="{{currentIndex == 0 ? 'clickUse':''}}" data-index="{{idx}}" data-cashrepno="{{detail.CashRepNo}}">立即使用</text></view>
74 74 </view>
75 75 <view class="c-time">
76 76 <text class="ellipsis-1x" wx:if="{{detail.use_end_time!=null}}">有效期:{{detail.use_start_time==null?" " : time.format_time(detail.use_start_time)}}至{{ time.format_time(detail.use_end_time)}}</text>
... ... @@ -123,7 +123,7 @@
123 123 <view class="c-r dash">
124 124 <view class="flex jc_sb ai_c">
125 125 <view class="pdr20">
126   - <view class="fs28 ellipsis-1x">{{result.Integral}}积分兑换{{filter.getNum(result.ToSum)}}元微券</view>
  126 + <view class="fs26 ellipsis-1x breakall">{{result.Integral}}积分兑换{{filter.getNum(result.ToSum)}}元微券</view>
127 127 <!-- <view class="fs24 c-7b pdt4 ellipsis-1x">微券来源: 微信商城</view> -->
128 128 </view>
129 129 <view class="shrink0"><text class="btn2" bindtap="clickExchange" data-index="{{index}}">立即兑换</text></view>
... ...
packageB/pages/coupons/query/index.wxss
... ... @@ -614,6 +614,10 @@ page {
614 614 font-size: 22rpx;
615 615 }
616 616  
  617 + .breakall {
  618 + word-break: break-all;
  619 + }
  620 +
617 621  
618 622  
619 623  
... ...