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
Plain Diff
Browse Files
Authored by
shuaiguo
2019-12-18 09:50:05 +0800
Commit
033a6797ccf78054706c5cf9f47743ca44ab23f0
2 parents
231067ba
f7d6f056
Merge branch 'refs/heads/release/6.9.17'
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
10 deletions
public/hbs/activity/group/group-list-product.hbs
public/js/activity/group.page.js
public/scss/activity/group/floor/guess-like.scss
public/scss/activity/group/group.page.scss
public/scss/activity/group/new-filter-list.scss
public/hbs/activity/group/group-list-product.hbs
View file @
033a679
<div
class=
"new-index-filter-list-item"
data-item-idx=
"
{{
@
index
}}
"
data-activity-id=
"
{{
activity_id
}}
"
data-product-skn=
"
{{
product_skn
}}
"
>
<div
class=
"new-index-filter-list-item"
data-item-idx=
"
{{
index
}}
"
data-activity-id=
"
{{
activity_id
}}
"
data-product-skn=
"
{{
product_skn
}}
"
>
<div
class=
"group-product-header"
>
{{!-- {{#ifcond joinLimitStr "==" "邀新团"}}
<div class="new-group-product-left-icon">
...
...
public/js/activity/group.page.js
View file @
033a679
...
...
@@ -774,7 +774,8 @@ class Group extends Page {
let
appendHtml
=
''
;
list
.
forEach
((
item
,
index
)
=>
{
appendHtml
+=
groupListItem
(
item
,
index
);
item
.
index
=
index
;
appendHtml
+=
groupListItem
(
item
);
});
if
(
isLoad
)
{
$
(
'.new-goods-list'
).
append
(
appendHtml
);
...
...
public/scss/activity/group/floor/guess-like.scss
View file @
033a679
...
...
@@ -19,7 +19,7 @@
height
:
88px
;
.guess-tab
{
min-width
:
1
60
px
;
min-width
:
1
34
px
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
...
...
@@ -43,11 +43,11 @@
}
.guess-like-tab
{
width
:
1
40
px
;
width
:
1
34
px
;
line-height
:
88px
;
text-align
:
center
;
font-size
:
28px
;
font-weight
:
60
0
;
font-weight
:
45
0
;
color
:
#b0b0b0
;
}
...
...
public/scss/activity/group/group.page.scss
View file @
033a679
...
...
@@ -37,8 +37,8 @@
}
.floors
{
border-bottom
:
10px
solid
#f0f0f0
;
background
:
#f0f0f0
;
border-bottom
:
10px
solid
#f5f5f5
;
background
:
#f5f5f5
;
}
.tab
{
...
...
public/scss/activity/group/new-filter-list.scss
View file @
033a679
.goods-container
{
background
:
#f
0f0f0
;
background
:
#f
5f5f5
;
}
.goods-list-title
{
...
...
@@ -116,11 +116,11 @@
letter-spacing
:
0
;
box-sizing
:
border-box
;
height
:
32px
;
line-height
:
3
2
px
;
line-height
:
3
0
px
;
padding-left
:
10px
;
padding-right
:
10px
;
border-radius
:
15px
;
border
:
0
.8
px
#222
solid
;
border
:
1
px
#222
solid
;
color
:
#222
;
}
...
...
Please
register
or
login
to post a comment