开始做充值和发票
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
<!--pages/login/index.wxml-->
|
||||
<topbar />
|
||||
<view class="content">
|
||||
<van-dialog
|
||||
use-slot
|
||||
title="提示"
|
||||
show="{{ true }}"
|
||||
show-cancel-button
|
||||
bind:close="onClose"
|
||||
bind:confirm="onConfirm"
|
||||
confirm-button-open-type="getPhoneNumber"
|
||||
bind:getphonenumber="getPhoneNumber"
|
||||
>
|
||||
<view class="confirmWrapper">
|
||||
<view class="logo">
|
||||
<van-image width="200rpx" height="200rpx" src="/assets/images/logo-l.png" />
|
||||
</view>
|
||||
<view class="logoBtn">
|
||||
<van-button type="info" block disabled="{{!agree}}" open-type="getPhoneNumber" bind:getphonenumber="getPhoneNumber">手机号快速登录</van-button>
|
||||
</view>
|
||||
<view class="agreement">
|
||||
<view class="checkbox">
|
||||
<van-checkbox value="{{ agree }}" bind:change="onChangeAgree"></van-checkbox>
|
||||
</view>
|
||||
<view>
|
||||
使用本系统,代表您已阅读并同意 <text class="agreementText">《用电管理服务条款》</text>、<text class="agreementText">《用电管理登录政策》</text><text class="agreementText">《隐私政策》</text>。
|
||||
</view>
|
||||
</van-dialog>
|
||||
<!-- <select />
|
||||
<select /> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<van-dialog id="van-dialog" />
|
||||
|
||||
|
Reference in New Issue
Block a user