正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -137,7 +137,7 @@ | @@ -137,7 +137,7 @@ | ||
137 | success:function (data){ | 137 | success:function (data){ |
138 | var result2 = eval("(" + data + ")"); | 138 | var result2 = eval("(" + data + ")"); |
139 | console.log(result2); | 139 | console.log(result2); |
140 | - alert(result2.code); | 140 | + alert(data); |
141 | if(result2.code == 20000){ | 141 | if(result2.code == 20000){ |
142 | alert(type); | 142 | alert(type); |
143 | if(type == 1){ | 143 | if(type == 1){ |
-
请 注册 或 登录 后发表评论