Authored by 郭成尧

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

some_code
@@ -94,7 +94,7 @@ $('.coupon-message-op-rel').on('click', function() { @@ -94,7 +94,7 @@ $('.coupon-message-op-rel').on('click', function() {
94 location.reload(); 94 location.reload();
95 }); 95 });
96 96
97 -if ($('#noData').length >= 0) { 97 +if ($('#noData').length > 0) {
98 tip.show('网络异常!'); 98 tip.show('网络异常!');
99 } 99 }
100 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>