...
|
...
|
@@ -499,6 +499,8 @@ module.exports = class extends global.yoho.BaseModel { |
|
|
index(uid, page, limit, type) {
|
|
|
let that = this;
|
|
|
|
|
|
console.log('index==>', uid);
|
|
|
|
|
|
return co(function * () {
|
|
|
let result = yield Promise.props({
|
|
|
orders: that.getOrders(uid, page, limit, type, true),
|
...
|
...
|
|