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
陈轩
2016-10-24 10:12:55 +0800
Commit
c608864eef8f98568156b30c1a0d2c31a0dccfe1
1 parent
7dce9a75
fix seckill error loading
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
public/js/product/seckill.page.js
public/scss/product/seckill/_seckill.css
public/js/product/seckill.page.js
View file @
c608864
...
...
@@ -397,7 +397,10 @@ seckillObj = {
lazyload
(
'img.lazy'
);
window
.
rePosFooter
();
callback
();
if
(
result
&&
result
.
activitys
&&
result
.
activitys
.
length
)
{
callback
();
}
})
.
error
(
function
()
{
})
...
...
public/scss/product/seckill/_seckill.css
View file @
c608864
...
...
@@ -18,10 +18,6 @@
}
}
.seckill-list-error
{
background-color
:
#fff
;
}
.seckill-error
{
text-align
:
center
;
padding-top
:
150px
;
...
...
Please
register
or
login
to post a comment