Showing
3 changed files
with
4 additions
and
0 deletions
@@ -3949,7 +3949,11 @@ $('.coupon-message-op-rel').on('click', function() { | @@ -3949,7 +3949,11 @@ $('.coupon-message-op-rel').on('click', function() { | ||
3949 | }); | 3949 | }); |
3950 | 3950 | ||
3951 | if ($('#noData').length > 0) { | 3951 | if ($('#noData').length > 0) { |
3952 | + if (location.href.indexOf('?openby:yohobuy=') <= 0){ | ||
3952 | tip.show('网络异常!'); | 3953 | tip.show('网络异常!'); |
3954 | + }else{ | ||
3955 | + console.log(location.href.indexOf('?openby:yohobuy=')) | ||
3956 | + } | ||
3953 | } | 3957 | } |
3954 | 3958 | ||
3955 | 3959 |
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