Showing
3 changed files
with
8 additions
and
8 deletions
@@ -44,10 +44,6 @@ | @@ -44,10 +44,6 @@ | ||
44 | <span class="promotion">{{promotion}}折</span> | 44 | <span class="promotion">{{promotion}}折</span> |
45 | {{/if}} | 45 | {{/if}} |
46 | 46 | ||
47 | - {{#if presalePrice}} | ||
48 | - <span class="arrival-date">上市期:{{arrivalDate}}</span> | ||
49 | - {{/if}} | ||
50 | - | ||
51 | {{# vipPrice}} | 47 | {{# vipPrice}} |
52 | <span class="vip-price"> | 48 | <span class="vip-price"> |
53 | {{#if unLogin}} | 49 | {{#if unLogin}} |
@@ -70,3 +66,7 @@ | @@ -70,3 +66,7 @@ | ||
70 | </span> | 66 | </span> |
71 | {{/ vipPrice}} | 67 | {{/ vipPrice}} |
72 | </span> | 68 | </span> |
69 | + | ||
70 | +{{#if presalePrice}} | ||
71 | + <div class="arrival-date">上市期:{{arrivalDate}}</div> | ||
72 | +{{/if}} |
@@ -315,7 +315,7 @@ bindEvent.add(function() { | @@ -315,7 +315,7 @@ bindEvent.add(function() { | ||
315 | // 是否能:量贩购买,量贩小于库存才能购买 | 315 | // 是否能:量贩购买,量贩小于库存才能购买 |
316 | function canBundleBuy() { | 316 | function canBundleBuy() { |
317 | if (maxStock === -1) { // 未选中状态 | 317 | if (maxStock === -1) { // 未选中状态 |
318 | - return true; | 318 | + return false; |
319 | } else { | 319 | } else { |
320 | return goodsBaseNum <= maxStock; | 320 | return goodsBaseNum <= maxStock; |
321 | } | 321 | } |
@@ -244,13 +244,13 @@ | @@ -244,13 +244,13 @@ | ||
244 | } | 244 | } |
245 | 245 | ||
246 | .arrival-date { | 246 | .arrival-date { |
247 | - display: inline-block; | 247 | + display: block; |
248 | color: #ee0014; | 248 | color: #ee0014; |
249 | - font-size: 13px; | 249 | + font-size: 15px; |
250 | font-weight: bold; | 250 | font-weight: bold; |
251 | - margin-left: 24px; | ||
252 | height: 17px; | 251 | height: 17px; |
253 | padding-top: 3px; | 252 | padding-top: 3px; |
253 | + line-height: 22px; | ||
254 | } | 254 | } |
255 | 255 | ||
256 | .desc { | 256 | .desc { |
-
Please register or login to post a comment