完成充值改造
This commit is contained in:
25
pages/rechargeWay/index.wxml
Normal file
25
pages/rechargeWay/index.wxml
Normal file
@@ -0,0 +1,25 @@
|
||||
<!--pages/rechargeWay/index.wxml-->
|
||||
<navigator title="支付订单" canBack="{{true}}" bind:back="back" />
|
||||
|
||||
<view class="rechargeInfoWrapper">
|
||||
<view>
|
||||
<text> ¥ </text>
|
||||
<text class="money"> {{ money }} </text>
|
||||
</view>
|
||||
<view class="address"> 地址:{{address}} </view>
|
||||
</view>
|
||||
|
||||
<van-radio-group value="{{ rechargeWay }}" bind:change="onChangeRechargeWay">
|
||||
<van-cell-group>
|
||||
<van-cell title="微信支付" clickable data-name="{{0}}" bind:click="onClickCell">
|
||||
<van-radio slot="right-icon" name="{{0}}" />
|
||||
</van-cell>
|
||||
<van-cell title="对公转账" clickable data-name="{{1}}" bind:click="onClickCell">
|
||||
<van-radio slot="right-icon" name="{{1}}" />
|
||||
</van-cell>
|
||||
</van-cell-group>
|
||||
</van-radio-group>
|
||||
|
||||
<view class="rechargeBtn">
|
||||
<van-button type="info" block bind:click="recharge" loading="{{rechargeLoading}}">支付</van-button>
|
||||
</view>
|
Reference in New Issue
Block a user