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
郭成尧
2016-07-11 13:38:15 +0800
Commit
49825fb4f9abf2e2ea5bc586bb587e67d8d37185
1 parent
6d95b136
'noNext'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
View file @
49825fb
...
...
@@ -516,7 +516,7 @@ class CartModel
}
// 到达第六页,没有下一页
if
(
$page
==
6
)
{
if
(
$page
==
5
)
{
$result
[
'data'
][
'hasNext'
]
=
false
;
}
...
...
Please
register
or
login
to post a comment