yuminge-app/yun-min-program-plugin-master/packageH/circleCommunity/circlePayment/circlePayment.wxml

55 lines
1.5 KiB
Plaintext

<!--packageH/circleCommunity/circlePayment/circlePayment.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 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}}" wx:if="{{false}}" style="font-size:22px;color:{{item.color}}"></icon>
<text class="conText" style="padding-left:20rpx;">{{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>