Authored by Lynnic

修改商品详情数据结构

... ... @@ -1195,6 +1195,7 @@
"caption":"不可干洗",
"img":"http://static.yohobuy.com/images/wash_5.png"
}
...
]
}
... ... @@ -1203,7 +1204,12 @@
'title' : '商品详情',
'enTitle' : '',
'desc' : 'Married to the MOB是由Leah McSweeney创立的女装品牌,一向标榜不羁、大胆的女性streetwear设计',
'img' : ''
'list' : [
{
'img':''
}
...
]
},
'cartInfo' : {
... ...
... ... @@ -84,11 +84,8 @@
.measurement-method {
.detail {
width: 100%;
height: pxToRem(260px);
img {
float: left;
width: 100%;
height: pxToRem(239px);
margin-top: pxToRem(18px);
margin-right: pxToRem(28px);
}
... ...
... ... @@ -74,14 +74,14 @@
{{#list}}
{{#if @first}}
<div class="swiper-slide first-group" >
{{#params}}
{{#if @first}}
<!-- {{#params}}
{{#if @first}
{{else}}
<img class="lazy avatar" data-original="{{param}}" />
<img class="lazy avatar" data-original="{{param}}" alt="">
{{/if}}
{{/params}}
{{/params}} -->
</div>
{{^}}
{{else}}
<div class="swiper-slide" >
{{#params}}
<div class=" cell">{{param}}</div>
... ... @@ -135,7 +135,9 @@
</h1>
<div class="detail">
<p>{{desc}}</p>
{{#list}}
<img class="lazy" data-original="{{img}}" alt="">
{{/list}}
</div>
</div>
{{/productDetail}}
\ No newline at end of file
... ...