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',[1]]]]]}}" class="type-item b-b" bindtap="__e"><text class="icon iconfont iconweixin"></text><view class="con"><text class="tit">微信支付</text><text>推荐使用微信支付</text></view><label class="radio"><radio value="" color="#5dbc7c" checked="{{payType==1}}"></radio></label></view></view><text data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="{{['mix-btn',(payLoding)?'clickbg':'']}}" bindtap="__e">确认支付</text></view>
|