1 |
- <view class="{{['app-payment main-center cross-center data-v-05f736aa',showPayment?'show':'']}}"><block wx:if="{{payData}}"><view class="modal data-v-05f736aa"><view class="title data-v-05f736aa"><view class="data-v-05f736aa">支付方式</view><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class="cancel data-v-05f736aa" bindtap="__e"><image src="/static/image/icon/close.png" class="data-v-05f736aa"></image></view></view><view class="pay-amount data-v-05f736aa">{{"支付金额 "+payData.amount+" 元"}}</view><view class="pay-type-list data-v-05f736aa"><block wx:for="{{payData.list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['checkPayType',[index]]]]]}}" class="pay-type-item cross-center data-v-05f736aa" bindtap="__e"><view class="box-grow-0 data-v-05f736aa"><image class="pay-type-icon data-v-05f736aa" src="{{item.icon}}"></image></view><view class="box-grow-1 data-v-05f736aa"><view class="pay-type-name data-v-05f736aa">{{item.name}}</view><block wx:if="{{item.desc}}"><view class="pay-type-desc data-v-05f736aa">{{item.desc}}</view></block></view><view class="box-grow-0 data-v-05f736aa"><block wx:if="{{item.checked}}"><app-radio bind:input="__e" vue-id="{{'449a610e-1-'+index}}" theme="{{theme}}" type="round" value="{{item.checked}}" data-event-opts="{{[['^input',[['__set_model',['$0','checked','$event',[]],[[['payData.list','',index]]]]]]]}}" class="data-v-05f736aa" bind:__l="__l"></app-radio></block></view></view></block></view><view class="footer data-v-05f736aa"><app-button vue-id="449a610e-2" type="important" theme="{{theme}}" round="{{true}}" data-event-opts="{{[['^click',[['confirm']]]]}}" bind:click="__e" class="data-v-05f736aa" bind:__l="__l" vue-slots="{{['default']}}">立即支付</app-button></view></view></block></view>
|