2323-02-25

功能完善
This commit is contained in:
2023-02-25 14:36:33 +08:00
parent 580a4edbd9
commit 0f4896f20e
4 changed files with 161 additions and 146 deletions

View File

@@ -184,7 +184,7 @@
};
let data = await Api.apiCall('post', Api.index.sendCodes, params);
if (data) {
console.log('验证码---data', data);
}
},
toLoginCode() {
@@ -498,7 +498,7 @@
if (!phoneReg.test(this.phone)) {
throw '手机号格式有误';
}
} catch (err) {
this.$api.msg(err);
return;
@@ -705,7 +705,7 @@
}
.welcome {
margin-top: 150px;
margin-top: 50px;
position: relative;
left: 50upx;
top: -90upx;