开始做登录

This commit is contained in:
2024-03-15 17:20:54 +08:00
parent b9335b4ff8
commit 633cff358d
1423 changed files with 35817 additions and 19 deletions

View File

@@ -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>