Showing
3 changed files
with
1 additions
and
1 deletions
@@ -2179,7 +2179,7 @@ window.successShare = function() { | @@ -2179,7 +2179,7 @@ window.successShare = function() { | ||
2179 | success: function(data) { | 2179 | success: function(data) { |
2180 | var code = data.code; | 2180 | var code = data.code; |
2181 | 2181 | ||
2182 | - if (code === 200) { | 2182 | + if (code === 200 && data.data > 0) { |
2183 | tip.show('分享成功,亲密度+10'); | 2183 | tip.show('分享成功,亲密度+10'); |
2184 | } | 2184 | } |
2185 | }, | 2185 | }, |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment