Files
houyi-uniapp/unpackage/dist/build/mp-weixin/pages/wallet/recharge.wxml
PC-202306242200\Administrator 85b89ccea7 first commit
2026-03-28 23:27:25 +08:00

1 line
2.1 KiB
Plaintext

<view class="xkl-com-bg"><view style="height:100rpx;"></view><view><view style="font-size:30rpx;color:#949494;">{{"当前余额 ¥"+info.info.money+",最低充值¥"+info.recharge.min_money+''}}</view><view style="height:20rpx;"></view><u--input bind:input="__e" vue-id="74356d72-1" customStyle="{{({backgroundColor:'#ffffff'})}}" type="number" placeholder="请输入充值金额" border="surround" value="{{form.money}}" data-event-opts="{{[['^input',[['__set_model',['$0','money','$event',[]],['form']]]]]}}" bind:__l="__l"></u--input></view><view style="height:30rpx;"></view><view style="background-color:#fff;padding:30rpx;border-radius:10rpx;"><view style="font-size:28rpx;">支付方式</view><view style="height:20rpx;"></view><u-radio-group bind:input="__e" vue-id="74356d72-2" iconPlacement="right" borderBottom="{{true}}" placement="column" value="{{form.pay_type}}" data-event-opts="{{[['^input',[['__set_model',['$0','pay_type','$event',[]],['form']]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><u-radio vue-id="{{('74356d72-3')+','+('74356d72-2')}}" name="{{1}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="u-flex u-flex-y-center"><u-icon vue-id="{{('74356d72-4')+','+('74356d72-3')}}" name="/static/icon/weixin.png" size="50rpx" bind:__l="__l"></u-icon><view style="width:20rpx;"></view><view><view style="font-size:30rpx;">微信支付</view><view style="font-size:28rpx;color:#909399;">微信快捷支付</view></view></view></u-radio></u-radio-group></view><view style="height:100rpx;"></view><u-button vue-id="74356d72-5" type="primary" data-event-opts="{{[['^click',[['getRecharge']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">立即支付</u-button><view style="height:100rpx;"></view><u-modal vue-id="74356d72-6" show="{{paynoticeshow}}" content="未检测到支付结果, 您可以查看余额" showCancelButton="{{true}}" confirmText="查看余额" cancelText="取消" closeOnClickOverlay="{{true}}" data-event-opts="{{[['^confirm',[['navback']]],['^close',[['e0']]],['^cancel',[['e1']]]]}}" bind:confirm="__e" bind:close="__e" bind:cancel="__e" bind:__l="__l"></u-modal></view>