pay.wxml 636 B

1
  1. <view class="app"><view class="price-box"><text>支付积分</text><text class="price">{{money}}</text></view><view class="pay-type-list"><view data-event-opts="{{[['tap',[['changePayType',[3]]]]]}}" class="type-item" bindtap="__e"><text class="icon iconfont iconyue"></text><view class="con"><text class="tit">积分支付</text><text>{{"可用积分 ¥"+now_money}}</text></view><label class="radio"><radio value="" color="#5dbc7c" checked="{{payType==3}}"></radio></label></view></view><text data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="{{['mix-btn',(payLoding)?'clickbg':'']}}" bindtap="__e">确认兑换</text></view>