49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
<view class="inputBox">
|
|
<!-- <view class="li">
|
|
<view class="ll">
|
|
<text class="t1">账户余额</text>
|
|
</view>
|
|
<view class="rr">
|
|
<text class="t2">{{balance}}</text>
|
|
<text class="t3">{{language['元']}}</text>
|
|
</view>
|
|
</view> -->
|
|
<view class="t4">支付金额</view>
|
|
<view class="ccjf">
|
|
<text class="t5">{{language['money']}}</text>
|
|
<text class="t6">{{money}}</text>
|
|
</view>
|
|
<view class="zfbh">
|
|
<text class="t7">支付流水号:{{order_sn}}</text>
|
|
</view>
|
|
</view>
|
|
<!-- <view class="btna">
|
|
<view bindtap="sureBtn" class="sureBtn" wx:if="{{money=='0.00'}}">确定</view>
|
|
<view class="btnaTitle" wx:if="{{money !='0.00'}}"><text></text>支付方式</view>
|
|
<block wx:if="{{money !='0.00'}}">
|
|
<van-radio-group value="{{ radio }}" bind:change="onChange">
|
|
<view class="dBtn" wx:for="{{buttons}}" wx:key="index" data-value="{{item.value}}" data-btn="{{item}}">
|
|
<view class="btn-area" >
|
|
<view>
|
|
<icon class="iconfont {{item.icon}}" style="font-size:22px;color:{{item.color}}"></icon>
|
|
<text class="conText">{{item.name}}</text>
|
|
</view>
|
|
<van-radio name="{{item.value}}" checked-color="#07c160"></van-radio>
|
|
</view>
|
|
</view>
|
|
</van-radio-group>
|
|
</block>
|
|
</view>
|
|
<view class="conZFbtn" bindtap="confirm" style="border-radius: 10rpx;">立即支付</view> -->
|
|
<yz_pay_buttons money="{{money}}" buttons="{{buttons}}" bindisPushHome="fromChild" balance="{{balance}}"></yz_pay_buttons>
|
|
<pay-keyboard show="{{popupSpecs}}" wx:if="{{popupSpecs}}" bindclose="payKeyboardClose" bindcomplete="payKeyboardComplete"></pay-keyboard>
|
|
|
|
<!--消费红包-->
|
|
<van-popup show="{{ showPacket }}" bind:close="onClickHide">
|
|
<view class="wrapper">
|
|
<view class="block">
|
|
<image catchtap="toPacket" src="https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/consume_packet.png"/>
|
|
</view>
|
|
</view>
|
|
</van-popup>
|