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
郭成尧
7 years ago
Commit
ae987a095f1192002660dd1f3350248f9d9453d9
1 parent
e983a339
app-version
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
public/js/product/seckill.page.js
public/js/product/seckill.page.js
View file @
ae987a0
...
...
@@ -242,9 +242,7 @@ seckillObj = {
*/
refreshProductList
:
function
(
activityId
,
startTime
)
{
let
self
=
this
;
let
url
=
yoho
.
isApp
?
'/product/seckill/get-product-list'
:
'/product/seckill/get-product-list'
;
let
url
=
'/product/seckill/get-product-list'
;
loading
.
showLoading
();
self
.
el
.
$navList
.
toggleClass
(
'fix-top'
,
false
);
...
...
Please
register
or
login
to post a comment