Authored by QC-L

Merge branch 'feature/group-home-correct' into 'release/6.9.2'

Feature/group home correct



See merge request !1747
@@ -32,10 +32,12 @@ @@ -32,10 +32,12 @@
32 <img src="{{image2 defaultImages w=188 h=250 q=60 mode=3}}"></img> 32 <img src="{{image2 defaultImages w=188 h=250 q=60 mode=3}}"></img>
33 </div> 33 </div>
34 <div class="product-name">{{productName}}</div> 34 <div class="product-name">{{productName}}</div>
  35 + {{#if formatCollagePrice}}
35 <div class='product-price-wrap'> 36 <div class='product-price-wrap'>
36 <span class='product-people-number'>{{joinPeopleNum}}人团</span> 37 <span class='product-people-number'>{{joinPeopleNum}}人团</span>
37 <span class='product-price'>{{formatCollagePrice}}</span> 38 <span class='product-price'>{{formatCollagePrice}}</span>
38 </div> 39 </div>
  40 + {{/if}}
39 {{#if collagedPersonNum}} 41 {{#if collagedPersonNum}}
40 <div class="product-price-wrap"> 42 <div class="product-price-wrap">
41 <span class="product-sell-number">已拼{{collagedPersonNum}}</span> 43 <span class="product-sell-number">已拼{{collagedPersonNum}}</span>
1 { 1 {
2 "name": "yohobuywap-node", 2 "name": "yohobuywap-node",
3 - "version": "6.9.2-5", 3 + "version": "6.9.2-6",
4 "private": true, 4 "private": true,
5 "description": "A New Yohobuy Project With Express", 5 "description": "A New Yohobuy Project With Express",
6 "repository": { 6 "repository": {
@@ -16,9 +16,9 @@ @@ -16,9 +16,9 @@
16 } 16 }
17 17
18 .swiper-container { 18 .swiper-container {
19 - height: 450px;  
20 margin-left: 20px; 19 margin-left: 20px;
21 margin-right: 20px; 20 margin-right: 20px;
  21 + padding-bottom: 60px;
22 } 22 }
23 23
24 .swiper-pagination .swiper-pagination-bullet-active { 24 .swiper-pagination .swiper-pagination-bullet-active {
@@ -28,7 +28,6 @@ @@ -28,7 +28,6 @@
28 .swiper-slide { 28 .swiper-slide {
29 text-align: center; 29 text-align: center;
30 font-size: 18px; 30 font-size: 18px;
31 - height: 88%;  
32 31
33 .product-image-bg { 32 .product-image-bg {
34 height: 250px; 33 height: 250px;
@@ -36,6 +35,7 @@ @@ -36,6 +35,7 @@
36 } 35 }
37 36
38 .product-name { 37 .product-name {
  38 + margin-bottom: 20px;
39 font-family: PingFang-SC-Regular, sans-serif; 39 font-family: PingFang-SC-Regular, sans-serif;
40 color: #222; 40 color: #222;
41 text-align: left; 41 text-align: left;