Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
沈志敏
2016-07-20 09:38:50 +0800
Commit
86492aac2eacc8e1ddabab6c8a06512dcf00c198
1 parent
66130a83
catch调用next
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
apps/home/controllers/index.js
public/js/home/index.page.js
apps/home/controllers/index.js
View file @
86492aa
...
...
@@ -32,7 +32,7 @@ const component = {
}),
}
res
.
render
(
'index'
,
_
.
merge
(
result
,
data
[
1
]));
});
})
.
catch
(
next
)
;
}
};
...
...
public/js/home/index.page.js
View file @
86492aa
console
.
log
(
"test"
);
\ No newline at end of file
Please
register
or
login
to post a comment