15 lines
582 B
Plaintext
15 lines
582 B
Plaintext
<!--packageI/personRed/personRedPay/personRedPay.wxml-->
|
||
<view class="pay-wrap">
|
||
<view class="balance">
|
||
<text>账户{{customBalance}}:</text>
|
||
<text><text>{{member.balance}}</text> 元</text>
|
||
</view>
|
||
<view class="payment">
|
||
<view class="pay-text">支付金额</view>
|
||
<view class="pay-amount">¥{{info.amount_total}}</view>
|
||
</view>
|
||
<view class="btn-payment" bindtap="payment">支付</view>
|
||
</view>
|
||
<!-- 弹起 密码键盘 -->
|
||
<pay-keyboard show="{{popupSpecs}}" wx:if="{{popupSpecs}}" bindclose="popupSpecsClose" bindcomplete="onPassword"></pay-keyboard>
|