Showing
1 changed file
with
1 additions
and
1 deletions
@@ -533,7 +533,7 @@ | @@ -533,7 +533,7 @@ | ||
533 | async : false, | 533 | async : false, |
534 | success : function(data) { | 534 | success : function(data) { |
535 | if( data && data.code == 200){ | 535 | if( data && data.code == 200){ |
536 | - localAlert('成功!'); | 536 | + localAlert('成功!',data.message); |
537 | } else{ | 537 | } else{ |
538 | localAlert('失败!',data.message); | 538 | localAlert('失败!',data.message); |
539 | } | 539 | } |
-
Please register or login to post a comment