|
@@ -4,11 +4,11 @@
|
|
|
<image src="../../static/logo.png" class="logo"></image>
|
|
|
<form class="login-form" @submit="formSubmit">
|
|
|
<view class="form-item">
|
|
|
- <uni-font-icons size="20" color="#999" type="icon-yonghuming"></uni-font-icons>
|
|
|
+ <u-icon size="40" color="#999" name="account-fill"></u-icon>
|
|
|
<input v-model="form.username" class="item-inp" name="username" type="number" maxlength="11" placeholder="请输入用户名" />
|
|
|
</view>
|
|
|
<view class="form-item">
|
|
|
- <uni-font-icons size="20" color="#999" type="icon-mima"></uni-font-icons>
|
|
|
+ <u-icon size="40" color="#999" name="lock-fill"></u-icon>
|
|
|
<input v-model="form.password" class="item-inp" name="password" password type="text" maxlength="12" placeholder="请输入密码" />
|
|
|
</view>
|
|
|
<view class="flex-box" style="margin-top: 60upx;">
|
|
@@ -32,7 +32,7 @@
|
|
|
<label>
|
|
|
<checkbox value="true" :checked="isAuthuserYs" class="login-form-checkbox" />
|
|
|
登录代表同意
|
|
|
- <text @click="toYsPage()">章鱼车管家用户协议及隐私保护政策</text>
|
|
|
+ <text @click="toYsPage()">智能巡店用户协议及隐私保护政策</text>
|
|
|
</label>
|
|
|
</checkbox-group>
|
|
|
</view>
|