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