Authored by 王水玲

商品详情

... ... @@ -98,9 +98,9 @@ const getProductItemData = (params, url, uid) => {
}
// 如果status为0,即商品下架时则返回空对象
//if (!result.status) {
// if (!result.status) {
// return resData;
//}
// }
if (!result.productName &&
!result.productSkn &&
... ...
... ... @@ -58,7 +58,7 @@
text-align: center;
}
.trade-wrapper{
.trade-wrapper {
text-align: center;
}
... ... @@ -93,7 +93,7 @@
}
.option-content {
/*width: 226px;*/
/* width: 226px; */
margin: 0 auto;
padding: 40px 0 20px;
display: inline-block;
... ... @@ -117,7 +117,8 @@
float: left;
margin-right: 20px;
margin-bottom: 10px;
&:last-child{
&:last-child {
margin-right: 0;
}
}
... ... @@ -140,7 +141,7 @@
cursor: pointer;
font-size: 14px;
&:last-child{
&:last-child {
margin-right: 0;
}
}
... ... @@ -291,6 +292,7 @@
.intro-text {
line-height: 2;
word-wrap: break-word;
}
}
... ...