You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.6 KiB
33 lines
1.6 KiB
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">收银台</view>
|
|
</cu-custom>
|
|
|
|
<view wx:if="{{payment}}">
|
|
<view class="flex flex-column flex-center" style="padding:90rpx">
|
|
<text class="text-price text-red" style="font-size:80rpx">{{payment}}</text>
|
|
<text class="text-black text-sg" style="margin-top:12rpx">{{payText}}</text>
|
|
</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">
|
|
<wux-button block type="positive" disabled="{{requesting}}" bind:click="submitForm">立即支付</wux-button>
|
|
</view>
|
|
</view>
|
|
|
|
<wux-dialog id="wux-dialog" />
|