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 = {
@@ -32,7 +32,7 @@ const component = {
32
}),
32
}),
33
}
33
}
34
res
.
render
(
'index'
,
_
.
merge
(
result
,
data
[
1
]));
34
res
.
render
(
'index'
,
_
.
merge
(
result
,
data
[
1
]));
35
-
});
35
+
})
.
catch
(
next
)
;
36
}
36
}
37
};
37
};
38
38
public/js/home/index.page.js
View file @
86492aa
1
-
console
.
log
(
"test"
);
Please
register
or
login
to post a comment