Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
王水玲
9 years ago
Commit
a5e4844c323fffe452b390711333ff3be7df6104
1 parent
905d806d
星朝教室
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
static/js/guang/collocation-list.js
static/js/guang/collocation-list.js
View file @
a5e4844
...
...
@@ -15,7 +15,7 @@ function massageAJAX(page) {
loading
.
showLoadingMask
();
$
.
ajax
({
type
:
'GET'
,
url
:
'/guang/starclass/
c
ollocation'
,
url
:
'/guang/starclass/
ajaxC
ollocation'
,
data
:
{
page
:
page
},
...
...
@@ -26,7 +26,7 @@ function massageAJAX(page) {
tip
.
show
(
'没有更多了'
);
}
$
(
'.collocation-list'
).
append
(
data
.
html
);
$
(
'.collocation-list'
).
append
(
data
);
loading
.
hideLoadingMask
();
},
error
:
function
()
{
...
...
Please
register
or
login
to post a comment