Merge branch 'feature/coupon' of http://git.dev.yoho.cn/web/yohobuywap into feature/coupon
some
Showing
2 changed files
with
6 additions
and
2 deletions
@@ -95,6 +95,10 @@ $('.coupon-message-op-rel').on('click', function() { | @@ -95,6 +95,10 @@ $('.coupon-message-op-rel').on('click', function() { | ||
95 | }); | 95 | }); |
96 | 96 | ||
97 | if ($('#noData').length > 0) { | 97 | if ($('#noData').length > 0) { |
98 | - tip.show('网络异常!'); | 98 | + if (location.href.indexOf('?openby:yohobuy=') <= 0){ |
99 | + tip.show('网络异常!'); | ||
100 | + }else{ | ||
101 | + console.log(location.href.indexOf('?openby:yohobuy=')) | ||
102 | + } | ||
99 | } | 103 | } |
100 | 104 |
-
Please register or login to post a comment