Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
bigdata-static
·
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
郭成尧
2018-01-09 10:36:28 +0800
Commit
de896ff99e5845833729aeb3b32214ec2b9fd83f
1 parent
b07f512c
catch-e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/js/page.js
src/js/page.js
View file @
de896ff
...
...
@@ -15,7 +15,7 @@ class Page {
this
.
$event
.
trigger
(
name
,
...
data
);
}
ajax
(
options
=
{})
{
return
Promise
.
resolve
(
$
.
ajax
(
options
));
return
Promise
.
resolve
(
$
.
ajax
(
options
))
.
catch
(
e
=>
{})
;
}
}
...
...
Please
register
or
login
to post a comment