纸通宝小程序
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.
 

16 lines
560 B

<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>
<view style="padding:96rpx 48rpx">
<wux-button block type="positive" disabled="{{requesting}}" bind:click="submitForm">立即支付</wux-button>
</view>
</view>
<wux-dialog id="wux-dialog" />