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
ccbikai(👎🏻🍜)
8 years ago
Commit
9b3efdadc72c1d01617f24ca48f670be51841532
2 parents
bf303d2e
bbb6270c
Merge branch 'hotfix/seckill'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
package.json
public/js/product/seckill.page.js
package.json
View file @
9b3efda
{
"name"
:
"m-yohobuy-node"
,
"version"
:
"5.1.
7
"
,
"version"
:
"5.1.
8
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/product/seckill.page.js
View file @
9b3efda
...
...
@@ -242,6 +242,7 @@ seckillObj = {
data
=
$
.
extend
(
data
,
{
isApp
:
yoho
.
isApp
});
$
(
'.product-list'
).
html
(
self
.
listTemplate
(
data
));
lazyload
(
'img.lazy'
);
window
.
scrollTo
(
0
,
0
);
window
.
rePosFooter
();
},
error
:
function
(
data
)
{
...
...
Please
register
or
login
to post a comment