优化获取验证码按钮

master
chenzhi 5 years ago
parent dddadecf31
commit 81f9813afb

@ -147,7 +147,6 @@
} }
} }
/* new */
.weui-dialog{ .weui-dialog{
border-radius: 15px; border-radius: 15px;
} }
@ -167,6 +166,11 @@
padding: 0px; padding: 0px;
text-align: center; text-align: center;
} }
/* new */
.weui-btn:after{
content: none;
border: 0px !important;
}
</style> </style>
@ -619,7 +623,6 @@
}, },
codeCheck(code){ codeCheck(code){
code = Check.trim(code); code = Check.trim(code);
console.log(code);
if(!(/^\d{6}$/.test(code))){ if(!(/^\d{6}$/.test(code))){
Tip.msgShow("验证码格式错误应为6位数字"); Tip.msgShow("验证码格式错误应为6位数字");
return false; return false;

Loading…
Cancel
Save