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
王水玲
2016-09-26 14:17:48 +0800
Commit
24b7fe31c9523e7cdbf31ee0727e2c356ab4f05e
2 parents
adfe5c01
12f39e26
Merge branch 'feature/buryingPoint' into release/5.0.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
doraemon/views/partial/common/goods.hbs
public/js/home/burying-point.js
doraemon/views/partial/common/goods.hbs
View file @
24b7fe3
{{#if
this
}}
{{!-- 剔除值为false的项 --}}
<div
class=
"good-info
{{#if
@root
.
saleViplogin
}}
sale-vip
{{/if}}
"
data-id=
"
{{
productSkn
}}
"
data-bp-id=
"guang_goodList_
{{
productName
}}
_false"
>
<div
class=
"good-info
{{#if
@root
.
saleViplogin
}}
sale-vip
{{/if}}
"
data-
good-id=
"
{{
productId
}}
"
data-
id=
"
{{
productSkn
}}
"
data-bp-id=
"guang_goodList_
{{
productName
}}
_false"
>
<div
class=
"tag-container clearfix"
>
{{#
tags
}}
{{#
isNew
}}
...
...
public/js/home/burying-point.js
View file @
24b7fe3
...
...
@@ -21,7 +21,7 @@ function countGoodsId() {
idStr
+=
','
;
}
idStr
+=
$
(
item
).
data
(
'
i
d'
);
idStr
+=
$
(
item
).
data
(
'
goodI
d'
);
});
return
idStr
;
...
...
Please
register
or
login
to post a comment