bug修复与登录页内容修改
This commit is contained in:
parent
4747e467e8
commit
bb84f4b136
|
|
@ -153,7 +153,7 @@
|
||||||
>
|
>
|
||||||
{{ loginMethod === "password" ? "短信登录" : "密码登录" }}
|
{{ loginMethod === "password" ? "短信登录" : "密码登录" }}
|
||||||
</el-link>
|
</el-link>
|
||||||
<router-link
|
<!-- <router-link
|
||||||
v-if="
|
v-if="
|
||||||
config.registersConfig.emailRegisters ||
|
config.registersConfig.emailRegisters ||
|
||||||
config.registersConfig.phoneRegisters
|
config.registersConfig.phoneRegisters
|
||||||
|
|
@ -161,8 +161,8 @@
|
||||||
to="/register"
|
to="/register"
|
||||||
>
|
>
|
||||||
<el-link>注册账号</el-link>
|
<el-link>注册账号</el-link>
|
||||||
</router-link>
|
</router-link> -->
|
||||||
<el-checkbox v-model="loginForm.rememberMe">记住密码</el-checkbox>
|
<!-- <el-checkbox v-model="loginForm.rememberMe">记住密码</el-checkbox> -->
|
||||||
</div>
|
</div>
|
||||||
<el-form-item style="width: 100%">
|
<el-form-item style="width: 100%">
|
||||||
<el-button
|
<el-button
|
||||||
|
|
@ -188,7 +188,7 @@
|
||||||
<span v-else>登 录 中...</span>
|
<span v-else>登 录 中...</span>
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item>
|
<!-- <el-form-item>
|
||||||
<div class="login-divider">第三方登录</div>
|
<div class="login-divider">第三方登录</div>
|
||||||
<div class="login-icons">
|
<div class="login-icons">
|
||||||
<div class="login-icon">
|
<div class="login-icon">
|
||||||
|
|
@ -201,7 +201,7 @@
|
||||||
<img :src="qq" alt="QQ" />
|
<img :src="qq" alt="QQ" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</el-form-item> -->
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -267,9 +267,8 @@
|
||||||
style="font-weight: bold; margin-top: 10px"
|
style="font-weight: bold; margin-top: 10px"
|
||||||
v-if="item.orderStatus == 20"
|
v-if="item.orderStatus == 20"
|
||||||
>
|
>
|
||||||
{{ goods.takeOverTime.slice(0, 10) }}至{{
|
{{ goods.takeOverTime ? goods.takeOverTime.slice(0, 10) : '' }}至
|
||||||
goods.rentOverTime.slice(0, 10)
|
{{ goods.rentOverTime ? goods.rentOverTime.slice(0, 10) : '' }}
|
||||||
}}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue