Authored by yyq

consult thumb

... ... @@ -93,7 +93,7 @@ exports.consultList = (uid, page, limit) => {
let goodInfo = goodInfos[consult.skn];
if (goodInfo) {
info.thumb = imgUtils.getImageUrl(goodInfo.images_url, 60, 60, 1);
info.thumb = imgUtils.getImageUrl(goodInfo.default_images, 60, 60);
}
if (consult.answer) {
... ...