Authored by liangxs

Merge branch 'feature/coupon' into beta/wap

@@ -94,3 +94,7 @@ $('.coupon-message-op-rel').on('click', function() { @@ -94,3 +94,7 @@ $('.coupon-message-op-rel').on('click', function() {
94 location.reload(); 94 location.reload();
95 }); 95 });
96 96
  97 +if ($('#noData').length > 0) {
  98 + tip.show('网络异常!');
  99 +}
  100 +
1 {{>layout/header}} 1 {{>layout/header}}
2 -<div class="coupon-area"> 2 +<div class="coupon-area yoho-page">
3 {{# content}} 3 {{# content}}
4 {{#if isSingleImage}} 4 {{#if isSingleImage}}
5 <a href="{{url}}"><img src="{{src}}" class="just-img"/></a> 5 <a href="{{url}}"><img src="{{src}}" class="just-img"/></a>
@@ -53,7 +53,7 @@ @@ -53,7 +53,7 @@
53 <input id="shareTitle" type="hidden" value="{{shareTitle}}"> 53 <input id="shareTitle" type="hidden" value="{{shareTitle}}">
54 {{/ share}} 54 {{/ share}}
55 {{#if noData}} 55 {{#if noData}}
56 - 56 + <input id="noData" type="hidden">
57 {{/if}} 57 {{/if}}
58 {{/ content}} 58 {{/ content}}
59 </div> 59 </div>