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
王水玲
8 years ago
Commit
12f39e26cc3a7734134ca1ecf5160288d3dab00f
1 parent
95219a83
分期埋点修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
doraemon/views/partial/common/goods.hbs
public/gulpfile.js
public/js/home/burying-point.js
doraemon/views/partial/common/goods.hbs
View file @
12f39e2
{{#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/gulpfile.js
View file @
12f39e2
...
...
@@ -184,7 +184,7 @@ gulp.task('webpack-dev-server', () => {
new
WebpackDevServer
(
webpack
(
devConfig
),
{
contentBase
:
'.'
,
publicPath
:
'//localhost:5001/'
,
publicPath
:
'
http:
//localhost:5001/'
,
hot
:
true
,
stats
:
{
colors
:
true
...
...
public/js/home/burying-point.js
View file @
12f39e2
...
...
@@ -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