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
李奇
2019-03-14 14:05:28 +0800
Commit
0398ae514e8df8e2aca3581bbdbe670c575ee27e
2 parents
b2173144
2d2cc4c7
Merge branch 'feature/group-buy' into 'release/313'
Feature/group buy See merge request
!1712
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
package.json
public/js/activity/group.page.js
package.json
View file @
0398ae5
{
"name"
:
"yohobuywap-node"
,
"version"
:
"6.8.80-
3
"
,
"version"
:
"6.8.80-
4
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/activity/group.page.js
View file @
0398ae5
...
...
@@ -29,9 +29,9 @@ class Group extends Page {
this
.
navInfo
=
{
new
:
{
order
:
's_t_desc'
,
reload
:
tru
e
,
// 是否重新加载
reload
:
fals
e
,
// 是否重新加载
isScrollLoad
:
false
,
// 是否是滚动加载
page
:
0
,
page
:
1
,
end
:
false
// 是否继续请求数据
},
popularity
:
{
...
...
Please
register
or
login
to post a comment