Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
QC-L
6 years ago
Commit
d897f29487c999abcb2a3a7d06f9fa2588f13899
1 parent
89a792cd
没有拼团价不展示几人
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
apps/activity/views/partial/group/resources/collage-buy-prd-list.hbs
public/scss/activity/group/floor/collage-buy-list.scss
apps/activity/views/partial/group/resources/collage-buy-prd-list.hbs
View file @
d897f29
...
...
@@ -32,14 +32,16 @@
<img
src=
"
{{
image2
defaultImages
w
=
188
h
=
250
q
=
60
mode
=
3
}}
"
></img>
</div>
<div
class=
"product-name"
>
{{
productName
}}
</div>
<div
class=
'product-price-wrap'
>
<span
class=
'product-people-number'
>
{{
joinPeopleNum
}}
人团
</span>
<span
class=
'product-price'
>
{{
formatCollagePrice
}}
</span>
</div>
{{#if
formatCollagePrice
}}
<div
class=
'product-price-wrap'
>
<span
class=
'product-people-number'
>
{{
joinPeopleNum
}}
人团
</span>
<span
class=
'product-price'
>
{{
formatCollagePrice
}}
</span>
</div>
{{/if}}
{{#if
collagedPersonNum
}}
<div
class=
"product-price-wrap"
>
<span
class=
"product-sell-number"
>
已拼
{{
collagedPersonNum
}}
件
</span>
</div>
<div
class=
"product-price-wrap"
>
<span
class=
"product-sell-number"
>
已拼
{{
collagedPersonNum
}}
件
</span>
</div>
{{/if}}
</div>
{{/
each
}}
...
...
public/scss/activity/group/floor/collage-buy-list.scss
View file @
d897f29
...
...
@@ -16,9 +16,9 @@
}
.swiper-container
{
height
:
450px
;
margin-left
:
20px
;
margin-right
:
20px
;
padding-bottom
:
60px
;
}
.swiper-pagination
.swiper-pagination-bullet-active
{
...
...
@@ -28,7 +28,6 @@
.swiper-slide
{
text-align
:
center
;
font-size
:
18px
;
height
:
88%
;
.product-image-bg
{
height
:
250px
;
...
...
@@ -36,6 +35,7 @@
}
.product-name
{
margin-bottom
:
20px
;
font-family
:
PingFang-SC-Regular
,
sans-serif
;
color
:
#222
;
text-align
:
left
;
...
...
Please
register
or
login
to post a comment