Showing
4 changed files
with
35 additions
and
32 deletions
@@ -708,12 +708,16 @@ const setSizeData = (sizeInfo) => { | @@ -708,12 +708,16 @@ const setSizeData = (sizeInfo) => { | ||
708 | } | 708 | } |
709 | 709 | ||
710 | _.forEach(sizeInfo.sizeInfoBo.sizeAttributeBos, value => { | 710 | _.forEach(sizeInfo.sizeInfoBo.sizeAttributeBos, value => { |
711 | - sizeTable.thead.push({ | 711 | + let th = { |
712 | name: value.attributeName || ' ', | 712 | name: value.attributeName || ' ', |
713 | id: value.id, | 713 | id: value.id, |
714 | - doubt: true, | ||
715 | width: 126 | 714 | width: 126 |
716 | - }); | 715 | + }; |
716 | + | ||
717 | + if (size.sizeImage) { | ||
718 | + th.doubt = true; | ||
719 | + } | ||
720 | + sizeTable.thead.push(th); | ||
717 | }); | 721 | }); |
718 | 722 | ||
719 | sizeTable.tbody = []; | 723 | sizeTable.tbody = []; |
@@ -186,27 +186,29 @@ | @@ -186,27 +186,29 @@ | ||
186 | <span class="cn">{{titleCn}}</span> | 186 | <span class="cn">{{titleCn}}</span> |
187 | </label> | 187 | </label> |
188 | </div> | 188 | </div> |
189 | - <ul class="des-basic clearfix"> | ||
190 | - {{# basic}} | ||
191 | - <li> | ||
192 | - {{key}}: {{value}} | ||
193 | - </li> | ||
194 | - {{/ basic}} | ||
195 | - </ul> | ||
196 | - {{#if comfort}} | ||
197 | - <ul class="des-comfort clearfix"> | ||
198 | - {{# comfort}} | 189 | + <div class="des-wrapper"> |
190 | + <ul class="des-basic clearfix"> | ||
191 | + {{# basic}} | ||
199 | <li> | 192 | <li> |
200 | - {{name}}: | ||
201 | - <span class="min-des">{{minDes}}</span> | ||
202 | - {{# blocks}} | ||
203 | - <span class="comfort-block{{#if cur}} cur{{/if}}"></span> | ||
204 | - {{/ blocks}} | ||
205 | - <span class="max-des">{{maxDes}}</span> | 193 | + {{key}}: {{value}} |
206 | </li> | 194 | </li> |
207 | - {{/ comfort}} | 195 | + {{/ basic}} |
208 | </ul> | 196 | </ul> |
209 | - {{/if}} | 197 | + {{#if comfort}} |
198 | + <ul class="des-comfort clearfix"> | ||
199 | + {{# comfort}} | ||
200 | + <li> | ||
201 | + {{name}}: | ||
202 | + <span class="min-des">{{minDes}}</span> | ||
203 | + {{# blocks}} | ||
204 | + <span class="comfort-block{{#if cur}} cur{{/if}}"></span> | ||
205 | + {{/ blocks}} | ||
206 | + <span class="max-des">{{maxDes}}</span> | ||
207 | + </li> | ||
208 | + {{/ comfort}} | ||
209 | + </ul> | ||
210 | + {{/if}} | ||
211 | + </div> | ||
210 | </div> | 212 | </div> |
211 | {{/ description}} | 213 | {{/ description}} |
212 | 214 |
@@ -2,7 +2,9 @@ | @@ -2,7 +2,9 @@ | ||
2 | <div class="center-content"> | 2 | <div class="center-content"> |
3 | <ul class="about-us clearfix"> | 3 | <ul class="about-us clearfix"> |
4 | <li><a href="{{siteUrl}}">BLK首页</a></li> | 4 | <li><a href="{{siteUrl}}">BLK首页</a></li> |
5 | - <li><a href="{{siteUrl}}/help" target="_blank">客户服务</a></li> | 5 | + <li> |
6 | + <a href="http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=703953&configID=149819&jid=1099911094" target="_blank">客户服务</a> | ||
7 | + </li> | ||
6 | <li><a href="{{siteUrl}}/help?id=2" target="_blank">支付方式</a></li> | 8 | <li><a href="{{siteUrl}}/help?id=2" target="_blank">支付方式</a></li> |
7 | <li><a href="{{siteUrl}}/help?id=31" target="_blank">配送方式</a></li> | 9 | <li><a href="{{siteUrl}}/help?id=31" target="_blank">配送方式</a></li> |
8 | <li><a href="{{siteUrl}}/help?id=41" target="_blank">售后服务</a></li> | 10 | <li><a href="{{siteUrl}}/help?id=41" target="_blank">售后服务</a></li> |
@@ -269,6 +269,11 @@ | @@ -269,6 +269,11 @@ | ||
269 | } | 269 | } |
270 | } | 270 | } |
271 | 271 | ||
272 | + .des-wrapper { | ||
273 | + width: 950px; | ||
274 | + overflow: hidden; | ||
275 | + } | ||
276 | + | ||
272 | .des-basic { | 277 | .des-basic { |
273 | width: 1140px; | 278 | width: 1140px; |
274 | 279 | ||
@@ -430,7 +435,6 @@ | @@ -430,7 +435,6 @@ | ||
430 | border: 1px solid #f3f3f3; | 435 | border: 1px solid #f3f3f3; |
431 | padding: 40px 130px; | 436 | padding: 40px 130px; |
432 | margin-top: 80px; | 437 | margin-top: 80px; |
433 | - overflow: hidden; | ||
434 | 438 | ||
435 | .block-title { | 439 | .block-title { |
436 | height: 0; | 440 | height: 0; |
@@ -453,15 +457,6 @@ | @@ -453,15 +457,6 @@ | ||
453 | } | 457 | } |
454 | } | 458 | } |
455 | } | 459 | } |
456 | - | ||
457 | - + .arr-notice-dialog { | ||
458 | - .content { | ||
459 | - width: 260px; | ||
460 | - text-align: center; | ||
461 | - margin: 0 auto; | ||
462 | - } | ||
463 | - | ||
464 | - } | ||
465 | } | 460 | } |
466 | 461 | ||
467 | .arr-notice-dialog { | 462 | .arr-notice-dialog { |
-
Please register or login to post a comment