17 lines
548 B
Plaintext
17 lines
548 B
Plaintext
<!--pages/login/index.wxml-->
|
|
<view class="content">
|
|
<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> |