|
|
@ -7,23 +7,6 @@ |
|
|
<text class="text-price text-red" style="font-size:80rpx">{{payment}}</text> |
|
|
<text class="text-price text-red" style="font-size:80rpx">{{payment}}</text> |
|
|
<text class="text-black text-sg" style="margin-top:12rpx">{{payText}}</text> |
|
|
<text class="text-black text-sg" style="margin-top:12rpx">{{payText}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<!-- <wux-cell-group> |
|
|
|
|
|
<wux-cell id="{{1}}" title="余额支付" bind:click="checkRadio"> |
|
|
|
|
|
<view slot="header" class="cuIcon-recharge text-blue" style="width:32rpx;height:32rpx;margin:8rpx 12rpx 0rpx 0rpx"></view> |
|
|
|
|
|
<text slot="footer" class="cuIcon-{{payIndex==1?'roundcheckfill':'round'}} text-blue" style="font-size:22px"></text> |
|
|
|
|
|
</wux-cell> |
|
|
|
|
|
<wux-cell id="{{2}}" title="千鸟支付" bind:click="checkRadio"> |
|
|
|
|
|
<view slot="header" class="cuIcon-vip text-blue" style="width:32rpx;height:32rpx;margin:8rpx 12rpx 0rpx 0rpx"></view> |
|
|
|
|
|
<text slot="footer" class="cuIcon-{{payIndex==2?'roundcheckfill':'round'}} text-blue" style="font-size:22px"></text> |
|
|
|
|
|
</wux-cell> |
|
|
|
|
|
</wux-cell-group> |
|
|
|
|
|
<view style="padding:24rpx">第三方支付</view> |
|
|
|
|
|
<wux-cell-group> |
|
|
|
|
|
<wux-cell id="{{3}}" title="微信支付" bind:click="checkRadio"> |
|
|
|
|
|
<view slot="header" class="cuIcon-weixin text-blue" style="width:32rpx;height:32rpx;margin:8rpx 12rpx 0rpx 0rpx"></view> |
|
|
|
|
|
<text slot="footer" class="cuIcon-{{payIndex==3?'roundcheckfill':'round'}} text-blue" style="font-size:22px"></text> |
|
|
|
|
|
</wux-cell> |
|
|
|
|
|
</wux-cell-group> --> |
|
|
|
|
|
|
|
|
|
|
|
<view style="padding:96rpx 48rpx"> |
|
|
<view style="padding:96rpx 48rpx"> |
|
|
<wux-button block type="positive" disabled="{{requesting}}" bind:click="submitForm">立即支付</wux-button> |
|
|
<wux-button block type="positive" disabled="{{requesting}}" bind:click="submitForm">立即支付</wux-button> |
|
|
|