Merge branch 'feature/limitsale' of git.dev.yoho.cn:web/yohobuy into feature/limitsale
Showing
3 changed files
with
3 additions
and
8 deletions
@@ -68,7 +68,7 @@ $('#likeBtn').on('touchstart', function() { | @@ -68,7 +68,7 @@ $('#likeBtn').on('touchstart', function() { | ||
68 | 68 | ||
69 | $('#addtoCart').on('touchstart', function() { | 69 | $('#addtoCart').on('touchstart', function() { |
70 | $('.cart-bar').hide(); | 70 | $('.cart-bar').hide(); |
71 | - chosePanel.setLimitGoodModeWithSknId(productCode, skn); | 71 | + productCode && chosePanel.setLimitGoodModeWithSknId(productCode, skn); |
72 | chosePanel.show(); | 72 | chosePanel.show(); |
73 | 73 | ||
74 | //统计代码:用于统计用户加入购物车的动作 | 74 | //统计代码:用于统计用户加入购物车的动作 |
@@ -8,17 +8,15 @@ | @@ -8,17 +8,15 @@ | ||
8 | line-height: 2.2rem; | 8 | line-height: 2.2rem; |
9 | margin-bottom: 0.1rem; | 9 | margin-bottom: 0.1rem; |
10 | background-color: #fff; | 10 | background-color: #fff; |
11 | - padding: 0.2rem 0; | 11 | + padding: 0.2rem 0 0.2rem 0.5rem; |
12 | 12 | ||
13 | 13 | ||
14 | div { | 14 | div { |
15 | - width: 20%; | 15 | + width: 0%; |
16 | display: inline-block; | 16 | display: inline-block; |
17 | float: left; | 17 | float: left; |
18 | img { | 18 | img { |
19 | width: 1.5rem; | 19 | width: 1.5rem; |
20 | - border: 1px solid #ccc; | ||
21 | - border-radius: 100%; | ||
22 | position: relative; | 20 | position: relative; |
23 | top: 0.25rem; | 21 | top: 0.25rem; |
24 | } | 22 | } |
1 | {{> layout/header}} | 1 | {{> layout/header}} |
2 | <div class="limit-good-page yoho-page"> | 2 | <div class="limit-good-page yoho-page"> |
3 | <div class="top clearfix"> | 3 | <div class="top clearfix"> |
4 | - <div> | ||
5 | - <img src="{{profile}}" alt=""> | ||
6 | - </div> | ||
7 | <p>我在Yoho!Buy有货发现了一个限定发售商品</p> | 4 | <p>我在Yoho!Buy有货发现了一个限定发售商品</p> |
8 | </div> | 5 | </div> |
9 | <div class="banner"> | 6 | <div class="banner"> |
-
Please register or login to post a comment