Merge branch 'hotfix_1221' into gray
Showing
1 changed file
with
1 additions
and
7 deletions
@@ -555,13 +555,7 @@ $(document).on("click", "#fenMainSave", function () { | @@ -555,13 +555,7 @@ $(document).on("click", "#fenMainSave", function () { | ||
555 | common.util.__ajax({ | 555 | common.util.__ajax({ |
556 | url: '/product/manageProductImg', | 556 | url: '/product/manageProductImg', |
557 | data: data | 557 | data: data |
558 | - }, function(res) { | ||
559 | - if (res.code == 200) { | ||
560 | - common.util.__tip(res.message, 'success'); | ||
561 | - } else { | ||
562 | - common.util.__tip(res.message, 'danger'); | ||
563 | - } | ||
564 | - }, true); | 558 | + }); |
565 | 559 | ||
566 | return false; | 560 | return false; |
567 | 561 |
-
Please register or login to post a comment