Authored by liangxs

领券bug修复

... ... @@ -94,7 +94,7 @@ $('.coupon-message-op-rel').on('click', function() {
location.reload();
});
if ($('#error').length >= 0) {
if ($('#noData').length >= 0) {
tip.show('网络异常!');
}
... ...