Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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
ccbikai
2016-06-16 21:17:47 +0800
Commit
9ff1a9874d79d3f8e057adda37f47febd20fe9f6
1 parent
f0708633
loading 有哈
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
public/js/plugin/loading.js
public/js/plugin/loading.js
View file @
9ff1a98
...
...
@@ -29,6 +29,10 @@ function init($container) {
$container
.
append
(
html
);
$loading
=
$container
.
children
(
'.loading-mask'
);
$
(
'body'
).
on
(
'touchstart touchmove touchend'
,
'.loading-mask'
,
function
()
{
return
false
;
});
}
// 显示loading
...
...
Please
register
or
login
to post a comment