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
baoss
5 years ago
Commit
da840f20cb1aeff3e23c1b0ad38959d37341fd05
1 parent
e1d844aa
修复埋点 review by bevishuang
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
public/hbs/activity/group/group-list-product.hbs
public/js/activity/group.page.js
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 @
da840f2
<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 @
da840f2
...
...
@@ -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/group.page.scss
View file @
da840f2
...
...
@@ -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 @
da840f2
.goods-container
{
background
:
#f
0f0f0
;
background
:
#f
5f5f5
;
}
.goods-list-title
{
...
...
Please
register
or
login
to post a comment