Merge branch 'feature/baseAct' into 'release/5.7'
错别字,隐藏优惠券楼层,商品名称显示bug See merge request !574
Showing
2 changed files
with
5 additions
and
3 deletions
@@ -4,9 +4,10 @@ | @@ -4,9 +4,10 @@ | ||
4 | <img src="{{image2 src w=750 h=280 q=60}}" /> | 4 | <img src="{{image2 src w=750 h=280 q=60}}" /> |
5 | </a> | 5 | </a> |
6 | {{/ bigPic}} | 6 | {{/ bigPic}} |
7 | - <div class="big-title">领取优惠卷 | 7 | + {{#if couponList}} |
8 | + <div class="big-title">领取优惠券 | ||
8 | <a class="more" href='//m.yohobuy.com/coupon/floor?title=领券中心&share_id=1037&code=b78b32ed81b18dde8ac84fd33602b88b&type=5&openby:yohobuy={"action":"go.couponCenter", "params":{"share":"/operations/api/v5/webshare/getShare","share_id":"1037","title":"领券中心"}}'> | 9 | <a class="more" href='//m.yohobuy.com/coupon/floor?title=领券中心&share_id=1037&code=b78b32ed81b18dde8ac84fd33602b88b&type=5&openby:yohobuy={"action":"go.couponCenter", "params":{"share":"/operations/api/v5/webshare/getShare","share_id":"1037","title":"领券中心"}}'> |
9 | - 更多优惠卷 | 10 | + 更多优惠券 |
10 | <span class="iconfont"></span> | 11 | <span class="iconfont"></span> |
11 | </a> | 12 | </a> |
12 | </div> | 13 | </div> |
@@ -22,6 +23,7 @@ | @@ -22,6 +23,7 @@ | ||
22 | </a> | 23 | </a> |
23 | {{/ couponList}} | 24 | {{/ couponList}} |
24 | </div> | 25 | </div> |
26 | + {{/if}} | ||
25 | <div class="big-title">潮流优选</div> | 27 | <div class="big-title">潮流优选</div> |
26 | <div class="goods clearfix"> | 28 | <div class="goods clearfix"> |
27 | {{# goodList}} | 29 | {{# goodList}} |
@@ -9,6 +9,7 @@ | @@ -9,6 +9,7 @@ | ||
9 | 9 | ||
10 | .tip-bg { | 10 | .tip-bg { |
11 | background-color: #292929; | 11 | background-color: #292929; |
12 | + padding: 15px 0; | ||
12 | } | 13 | } |
13 | 14 | ||
14 | .big-pic { | 15 | .big-pic { |
@@ -143,7 +144,6 @@ | @@ -143,7 +144,6 @@ | ||
143 | .tip { | 144 | .tip { |
144 | height: 65px; | 145 | height: 65px; |
145 | color: #fff; | 146 | color: #fff; |
146 | - margin: 15px 0; | ||
147 | padding: 0 60px 0 10px; | 147 | padding: 0 60px 0 10px; |
148 | font-size: 24px; | 148 | font-size: 24px; |
149 | position: relative; | 149 | position: relative; |
-
Please register or login to post a comment