This commit is contained in:
qiankunpingtai
2019-04-15 15:19:00 +08:00
22 changed files with 225 additions and 132 deletions

View File

@@ -75,7 +75,7 @@
if (res && res.code === 200) {
alert("注册成功!");
} else {
alert("注册失败!");
alert(res.msg);
}
},
//此处添加错误处理