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
李奇
2018-05-09 17:41:54 +0800
Commit
9b5ea3711e07e5c703fecc34082ff0eecbf13efe
1 parent
9700a124
app.coupons.couponsSend再次修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/activity/models/feature.js
apps/activity/models/feature.js
View file @
9b5ea37
...
...
@@ -58,6 +58,9 @@ const _getShopGroup = (shopRawData) => {
};
class
featureModel
extends
global
.
yoho
.
BaseModel
{
constructor
(
ctx
)
{
super
(
ctx
);
}
index
(
params
)
{
return
Promise
.
coroutine
(
function
*
()
{
if
(
!
params
.
code
)
{
...
...
Please
register
or
login
to post a comment