Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
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
whb
10 years ago
Commit
5622e5f8a1ce8edf30f97a0672a89dc8203ac338
1 parent
62fb1ecb
测式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
res/js/mobile.js
website/config/core/db.test.config.php
res/js/mobile.js
View file @
5622e5f
...
...
@@ -269,7 +269,6 @@ define('mobile', function(require, exports) {
var
page
=
Math
.
ceil
(
parseInt
(
ajaxPage
)
/
(
total_times
+
1
));
var
totalPage
=
Math
.
ceil
(
total
/
(
limit
*
(
total_times
+
1
)));
if
(
$
(
window
).
scrollTop
()
>=
$
(
document
).
height
()
-
$
(
window
).
height
()
-
50
)
{
alert
(
"test"
);
if
(
total
>
limit
&&
times
<
total_times
&&
page
<
totalPage
)
{
$
.
ajax
({
...
...
website/config/core/db.test.config.php
View file @
5622e5f
...
...
@@ -2,5 +2,5 @@
yohood.username = yohodb
yohood.password = yohonj_9646_mysql
yohood.writers = 182.92.158.172:3310
yohood.readers = 182.92.158.172:3310
yohood.writers = 123.56.138.21:3310
yohood.readers = 123.56.138.21:3310
...
...
Please
register
or
login
to post a comment