开始做登录
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
<!--pages/login/index.wxml-->
|
||||
<view class="content">
|
||||
<input model:value="{{input}}" />
|
||||
{{input}}1
|
||||
<van-dialog
|
||||
use-slot
|
||||
title="提示"
|
||||
show="{{ true }}"
|
||||
show-cancel-button
|
||||
bind:close="onClose"
|
||||
bind:confirm="onConfirm"
|
||||
>
|
||||
<view class="confirmWrapper">
|
||||
使用本系统,代表您已阅读并同意 <text class="agreementText">《用电管理服务条款》</text>、<text class="agreementText">《用电管理登录政策》</text><text class="agreementText">《隐私政策》</text>。
|
||||
</view>
|
||||
</van-dialog>
|
||||
<!-- <select />
|
||||
<select /> -->
|
||||
</view>
|
Reference in New Issue
Block a user