Showing
1 changed file
with
1 additions
and
1 deletions
@@ -189,7 +189,7 @@ $(function() { | @@ -189,7 +189,7 @@ $(function() { | ||
189 | if (len === 2) { | 189 | if (len === 2) { |
190 | new _alert('修改成功!').show(); | 190 | new _alert('修改成功!').show(); |
191 | } else { | 191 | } else { |
192 | - new _alert(data[1].message).show(); | 192 | + new _alert(data[0].message).show(); |
193 | } | 193 | } |
194 | } | 194 | } |
195 | }); | 195 | }); |
-
Please register or login to post a comment