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
xuqi
2015-12-06 13:57:18 +0800
Commit
77084a15b13db2d03efd45a4c03abe66fffb6373
1 parent
802a2ed9
order mask. Review by: @王成龙
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/me/order.js
static/js/me/order.js
View file @
77084a1
...
...
@@ -37,7 +37,7 @@ function getOrders(option) {
page
:
order
.
page
+
1
};
var
show
=
option
&&
option
.
show
LoadingMask
;
var
show
=
option
&&
!
option
.
no
LoadingMask
;
if
(
inAjax
)
{
return
;
...
...
Please
register
or
login
to post a comment