Showing
3 changed files
with
4 additions
and
3 deletions
@@ -213,7 +213,7 @@ module.exports = class extends global.yoho.BaseModel { | @@ -213,7 +213,7 @@ module.exports = class extends global.yoho.BaseModel { | ||
213 | if (list.product_skc === val.product_skc) { | 213 | if (list.product_skc === val.product_skc) { |
214 | friendsGoods.push({ | 214 | friendsGoods.push({ |
215 | imgSrc: val.images_url, | 215 | imgSrc: val.images_url, |
216 | - goodUrl: helpers.urlFormat(`/product/${list.skn}.html`, '', null), | 216 | + goodUrl: helpers.urlFormat(`/product/${list.product_skn}.html`, '', null), |
217 | }); | 217 | }); |
218 | } | 218 | } |
219 | }); | 219 | }); |
@@ -48,6 +48,6 @@ if (bannerLen > 0) { | @@ -48,6 +48,6 @@ if (bannerLen > 0) { | ||
48 | loopedSlides: bannerLen, | 48 | loopedSlides: bannerLen, |
49 | watchSlidesProgress: true, | 49 | watchSlidesProgress: true, |
50 | watchSlidesVisibility: true, | 50 | watchSlidesVisibility: true, |
51 | - spaceBetween: 10 | 51 | + spaceBetween: 6 |
52 | }); | 52 | }); |
53 | } | 53 | } |
@@ -85,12 +85,13 @@ | @@ -85,12 +85,13 @@ | ||
85 | float: left; | 85 | float: left; |
86 | width: 240px; | 86 | width: 240px; |
87 | height: 318px; | 87 | height: 318px; |
88 | - box-shadow: 3px 3px 3px 0 #aaa; | 88 | + box-shadow: 0 3px 3px #aaa; |
89 | } | 89 | } |
90 | 90 | ||
91 | .swiper-slide-active { | 91 | .swiper-slide-active { |
92 | transform: scale(1.1); | 92 | transform: scale(1.1); |
93 | transition: 300ms; | 93 | transition: 300ms; |
94 | + z-index: 2; | ||
94 | } | 95 | } |
95 | } | 96 | } |
96 | } | 97 | } |
-
Please register or login to post a comment