37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
<!--packageD/warranty/policyPay/policyPay.wxml-->
|
|
<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 class="btnaTitle"><text></text>支付方式</view>
|
|
<view class="dBtn" wx:for="{{buttons}}" wx:key="index" bindtap="confirm" data-value="{{item.value}}" data-btn="{{item}}">
|
|
<view class="btn-area" >
|
|
<view>
|
|
<icon class="iconfont {{item.icon}}" style="font-size:24px;color:{{item.color}}"></icon>
|
|
<text class="conText">{{item.name}}</text>
|
|
</view>
|
|
<van-icon name='arrow'></van-icon>
|
|
</view>
|
|
</view>
|
|
</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>
|
|
|
|
<!--<shopfoot></shopfoot>-->
|