...
|
...
|
@@ -85,7 +85,7 @@ function consultList(uid, page, limit) { |
|
|
skns.push(consult.skn);
|
|
|
});
|
|
|
|
|
|
let goodInfos = yield this.getProductGoodsInfo(skns);
|
|
|
let goodInfos = yield that.getProductGoodsInfo(skns);
|
|
|
|
|
|
origin.consult_list.forEach(consult => {
|
|
|
let info = {
|
...
|
...
|
|