coupons.wxml 1.6 KB

1
  1. <ax-body vue-id="6375c024-1" title bind:__l="__l" vue-slots="{{['default']}}"><view class="tabs-body"><view class="tabs-box"><block wx:for="{{tabsList}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view data-event-opts="{{[['tap',[['handleTabClick',['$0'],[[['tabsList','id',item.id]]]]]]]}}" class="{{['item-tabs',(currentIndex===item.id)?'active':'']}}" bindtap="__e">{{item.text+"("+item.id+")"}}</view></block></view><view style="height:100rpx;"></view><view class="list-body"><block wx:for="{{3}}" wx:for-item="item" wx:for-index="__i1__"><view class="coupons-list-box" style="{{'opacity:'+(''+(currentIndex===3?'0.5':''))+';'}}"><image class="coupons-bg-img" src="../../static/img/coupons-new.png" mode></image><view class="coupons-content-box"><view class="coupons-left"><view class="left-price">10<text>元</text></view><view class="left-rules">满100元可用</view></view><view class="coupons-center"><view class="coupons-title">优惠券名称优惠券名称</view><view class="coupons-valid">有效期:领取后60天</view><view class="coupons-range">平台所有充电桩可用</view></view><view class="coupons-right"><block wx:if="{{currentIndex===0}}"><view class="coupons-dayrules">每日限领一次</view></block><block wx:if="{{currentIndex===0}}"><view class="coupons-getbtn">立即领取</view></block><block wx:if="{{currentIndex===2}}"><view class="coupons-getbtn">查看订单</view></block></view></view><view class="ribbon" style="{{'background-color:'+(''+(currentIndex===3?'#e8e8e8':''))+';'+('color:'+(''+(currentIndex===3?'#8c8c8c':''))+';')}}">{{tabsList[currentIndex].text}}</view></view></block></view></view></ax-body>