app验收反馈

This commit is contained in:
仲么了
2023-08-11 11:03:31 +08:00
parent f395da8f93
commit 792e1ce7d7
24 changed files with 357 additions and 98 deletions

View File

@@ -104,6 +104,9 @@ export default {
onLoad() {},
methods: {
getCode() {
if (!this.checkbox) {
return this.$util.toast('请先阅读并同意用户协议和个人信息保护政策!')
}
if (!this.formData.phone) {
return this.$util.toast('请输入手机号!')
}
@@ -210,7 +213,7 @@ export default {
}
.login-box-input-btn {
width: 200rpx;
padding:0 40rpx;
margin-left: 40rpx;
background: $uni-theme-color;
color: #fff;