app.coupons.couponsSend再次修改
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -58,6 +58,9 @@ const _getShopGroup = (shopRawData) => { | @@ -58,6 +58,9 @@ const _getShopGroup = (shopRawData) => { | ||
58 | }; | 58 | }; |
59 | 59 | ||
60 | class featureModel extends global.yoho.BaseModel { | 60 | class featureModel extends global.yoho.BaseModel { |
61 | + constructor(ctx) { | ||
62 | + super(ctx); | ||
63 | + } | ||
61 | index(params) { | 64 | index(params) { |
62 | return Promise.coroutine(function*() { | 65 | return Promise.coroutine(function*() { |
63 | if (!params.code) { | 66 | if (!params.code) { |
-
Please register or login to post a comment