Showing
1 changed file
with
3 additions
and
1 deletions
@@ -113,8 +113,10 @@ $(document).on("click", "#saveAllInfo", function() { | @@ -113,8 +113,10 @@ $(document).on("click", "#saveAllInfo", function() { | ||
113 | option.success = function(res) { | 113 | option.success = function(res) { |
114 | res = res.data; | 114 | res = res.data; |
115 | if (res.code == '200') { | 115 | if (res.code == '200') { |
116 | - e.$tip(res.message, function() {}, 'growl-success'); | 116 | + e.$tip(res.message, function() { |
117 | location.href = '/goods/netsale/index'; | 117 | location.href = '/goods/netsale/index'; |
118 | + }, 'growl-success'); | ||
119 | + | ||
118 | } else { | 120 | } else { |
119 | e.$tip(res.message); | 121 | e.$tip(res.message); |
120 | } | 122 | } |
-
Please register or login to post a comment