Authored by 毕凯

Merge branch 'hotfix/raffle' into 'master'

删除提示语



See merge request !261
@@ -443,11 +443,11 @@ $(function() { @@ -443,11 +443,11 @@ $(function() {
443 } 443 }
444 recordResult = res; 444 recordResult = res;
445 } else { 445 } else {
446 - tip.show('网络断开了~~'); 446 + // tip.show('网络断开了~~');
447 } 447 }
448 }, 448 },
449 error: function(res) { 449 error: function(res) {
450 - tip.show('网络断开了~~'); 450 + // tip.show('网络断开了~~');
451 } 451 }
452 }); 452 });
453 return recordResult; 453 return recordResult;