Authored by 郭成尧

Merge branch 'feature/coupon' of http://git.dev.yoho.cn/web/yohobuywap into feature/coupon

some
@@ -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
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 .just-img{ 10 .just-img{
11 width: 100%; 11 width: 100%;
12 float: left; 12 float: left;
13 - margin: 20px 0; 13 + margin:0;
14 } 14 }
15 .coupon-floor { 15 .coupon-floor {
16 float: left; 16 float: left;