Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
5bf159a9227f4fc5e5920d2dc86d7cae97bfcc5a
1 parent
27d4fbe6
商品列表统计代码修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
static/js/product/list.js
static/js/product/list.js
View file @
5bf159a
...
...
@@ -243,11 +243,11 @@ function search(opt) {
break
;
case
'price'
:
window
.
_yas
(
1
*
new
Date
(),
'1.0.13.6.3'
,
'yohobuy_m'
,
window
.
_ozuid
,
''
,
'.
new
-goods .good-info .good-detail-img .good-thumb'
);
''
,
'.
price
-goods .good-info .good-detail-img .good-thumb'
);
break
;
case
'discount'
:
window
.
_yas
(
1
*
new
Date
(),
'1.0.13.6.3'
,
'yohobuy_m'
,
window
.
_ozuid
,
''
,
'.
new
-goods .good-info .good-detail-img .good-thumb'
);
''
,
'.
discount
-goods .good-info .good-detail-img .good-thumb'
);
break
;
}
}
...
...
Please
register
or
login
to post a comment