Merge branch 'feature/coupon' into beta/wap
Showing
2 changed files
with
6 additions
and
2 deletions
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> |
-
Please register or login to post a comment