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
Plain Diff
Browse Files
Authored by
陈峰
2016-10-20 17:10:49 +0800
Commit
2948e536a9968bbb38113af99387783f3ecafea8
2 parents
8bb4f1b8
cd972983
Merge branch 'master' of
http://git.yoho.cn/fe/yohobuywap-node
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/home/models/index.js
apps/home/models/index.js
View file @
2948e53
...
...
@@ -208,7 +208,7 @@ const myDetails = (uid) => {
// return finalResult;
});
}
else
{
return
false
;
return
Promise
.
resolve
({})
;
}
};
...
...
@@ -404,7 +404,7 @@ const getGrade = (param) => {
return
resu
;
});
}
else
{
return
false
;
return
Promise
.
resolve
({})
;
}
};
...
...
Please
register
or
login
to post a comment