Authored by htoooth

fix

... ... @@ -7,6 +7,7 @@
'use strict';
const mRoot = '../models';
// TODO: ctx
// list 页 model
const list = require(`${mRoot}/outletsList`);
... ...
... ... @@ -5,6 +5,7 @@
*/
'use strict';
// TODO: ctx
const mRoot = '../models';
const sale = require(`${mRoot}/sale`); // sale model
... ...
... ... @@ -5,6 +5,7 @@
*/
'use strict';
// TODO: ctxk
const mRoot = '../models';
const helpers = global.yoho.helpers;
... ...