Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
hf
2015-12-03 21:20:20 +0800
Commit
e9c64a6f863d9a0adae83d19e716822902d00814
1 parent
ad978eaa
code review by hf: merge zhangzhen code to fixes home floor bugs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/me/coupons.js
static/js/me/coupons.js
View file @
e9c64a6
...
...
@@ -20,7 +20,7 @@ function couponAJAX(statu, page) {
page
:
page
},
success
:
function
(
data
)
{
$
(
'
#
employ'
).
append
(
data
);
$
(
'
.
employ'
).
append
(
data
);
window
.
rePosFooter
();
loading
.
hideLoadingMask
();
}
...
...
Please
register
or
login
to post a comment