coupon-buy.wxml 2.7 KB

1
  1. <ax-body vue-id="1eaa3fe0-1" class="data-v-68d9c906" bind:__l="__l" vue-slots="{{['default']}}"><view class="page-background data-v-68d9c906"><image src="/static/img/page-bg01.png" mode="widthFix" class="data-v-68d9c906"></image></view><view class="body data-v-68d9c906"><view class="app-flex c-between data-v-68d9c906"><view class="sta-card data-v-68d9c906"><view class="value data-v-68d9c906">{{userinfo.integralNum}}</view><view class="name data-v-68d9c906">我的积分</view><image class="bg data-v-68d9c906" src="/static/img/my-sta-bg01.png" mode="heightFix"></image></view><view class="sta-card data-v-68d9c906"><view class="value data-v-68d9c906">{{userinfo.params.balance}}</view><view class="name data-v-68d9c906">可抵扣余量</view><image class="bg data-v-68d9c906" src="/static/img/my-sta-bg03.png" mode="heightFix"></image></view></view><view class="card data-v-68d9c906"><view class="title data-v-68d9c906"><view class="data-v-68d9c906">请选择抵扣券</view></view><view class="coupons data-v-68d9c906"><block wx:for="{{coupons.data}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['choose',['$0',index],[[['coupons.data','',index]]]]]]]}}" class="{{['coupon-item','data-v-68d9c906',(coupons.index==index)?'active':'']}}" bindtap="__e"><view class="ticket data-v-68d9c906"><view class="value data-v-68d9c906"><text class="val data-v-68d9c906">{{item.levelMoney}}</text><view class="unit data-v-68d9c906">元</view></view><view class="line-wrap data-v-68d9c906"><view class="circle data-v-68d9c906"></view><view class="line data-v-68d9c906"></view><view class="circle data-v-68d9c906"></view></view><view class="margin data-v-68d9c906"></view></view><view class="trapezium data-v-68d9c906"></view><view class="text data-v-68d9c906">充电券</view></view></block></view></view><view class="card tips data-v-68d9c906"><view class="title data-v-68d9c906">温馨提示</view><view class="li data-v-68d9c906">1. 抵扣券仅用于充电结算中抵扣资费,未使用完的余量,可手动发起退还</view><view class="li data-v-68d9c906">2. 抵扣券为专属专用不可转赠和出售</view><view class="li data-v-68d9c906">3. 抵扣券金额未抵扣完结,可累计到下次继续抵扣</view><view class="li data-v-68d9c906">4. 使用时可抵扣按照当前电价进行预估计算</view><view class="li data-v-68d9c906">5. 实际结算价以具体充电时段为准</view></view><view class="footer data-v-68d9c906"><button class="pay data-v-68d9c906" disabled="{{coupons.index<0}}" data-event-opts="{{[['tap',[['pay']]]]}}" bindtap="__e">立即支付购买</button><ax-ios-indicator vue-id="{{('1eaa3fe0-2')+','+('1eaa3fe0-1')}}" class="data-v-68d9c906" bind:__l="__l"></ax-ios-indicator></view></view></ax-body>