Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
9 years ago
Commit
8721b7c89eb284d3d1182872777df2c6b6e8e1e0
1 parent
c0f3fe80
handle merge
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
apps/editorial/models/editorial.js
apps/editorial/models/editorial.js
View file @
8721b7c
...
...
@@ -447,10 +447,10 @@ const _getArticlePre = (id, appType) => {
id
:
id
,
app_type
:
appType
}).
then
((
result
)
=>
{
//console.log(result.message)
//
console.log(result.message)
if
(
result
&&
result
.
code
===
200
)
{
//console.log(result)
// console.log(result)
return
camelCase
(
result
.
data
);
}
else
{
logger
.
error
(
'上一篇 is not 200'
);
...
...
Please
register
or
login
to post a comment