Authored by 毕凯

gulp ge

@@ -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.