Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
lijing
2017-01-11 16:00:29 +0800
Commit
2debb20de0790b561d085a5b05cbf5fe8cc34022
1 parent
4029dd87
空对象promise化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/models/promotion.js
apps/activity/models/promotion.js
View file @
2debb20
...
...
@@ -137,7 +137,7 @@ const _shareLog = (params) => {
});
}
else
{
let
resu
=
''
;
return
resu
;
return
Promise
.
resolve
(
resu
)
;
}
};
...
...
Please
register
or
login
to post a comment