This commit is contained in:
parent
148396860f
commit
d2f3efaf7e
|
|
@ -270,6 +270,7 @@ export default {
|
||||||
},
|
},
|
||||||
// 发送短信验证码
|
// 发送短信验证码
|
||||||
sendSmsCode() {
|
sendSmsCode() {
|
||||||
|
this.$message.closeAll()
|
||||||
if (!this.loginForm.mobile) {
|
if (!this.loginForm.mobile) {
|
||||||
this.$message.warning('请先输入手机号')
|
this.$message.warning('请先输入手机号')
|
||||||
return
|
return
|
||||||
|
|
@ -398,7 +399,7 @@ export default {
|
||||||
background: #f5f7fa;
|
background: #f5f7fa;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: 0 0 10px 0 rgba(205, 43, 211, 0.658);
|
box-shadow: 0 0 10px 0 rgba(164, 51, 199, 0.658);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 左侧背景区域
|
// 左侧背景区域
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue