32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
<!--packageH/newDraw/payment/payment.wxml-->
|
|
<view class="inputBox">
|
|
<view class="li">
|
|
</view>
|
|
<view class="t4">支付金额</view>
|
|
<view class="ccjf">
|
|
<text class="t5">{{language['money']}}</text>
|
|
<text class="t6">{{info_form.money*info_form.total}}</text>
|
|
</view>
|
|
<view class="zfbh">
|
|
</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'}}">
|
|
<view class="dBtn" wx:for="{{buttons}}" wx:key="index" bindtap="confirm" 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-icon name='arrow'></van-icon>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</view> -->
|
|
<yz_pay_buttons money="{{money}}" buttons="{{buttons}}" bindisPushHome="fromChild" ></yz_pay_buttons>
|
|
|
|
<pay-keyboard show="{{popupSpecs}}" wx:if="{{popupSpecs}}" bindclose="payKeyboardClose" bindcomplete="payKeyboardComplete"></pay-keyboard>
|
|
|