@@ -188,8 +188,11 @@
if (!(/^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{6,16}$/.test(pwd))) {
return mui.toast('密码格式错误!');
}
+ if(verifyKey==''){
+ return mui.toast('请发送短信验证码!');
+ }
- if (xieyBtn) {
+ if (!xieyBtn) {
return mui.toast('请先勾选隐私协议');
regBtn = false;