Authored by htoooth

refactor

@@ -31,7 +31,7 @@ module.exports.indexAsync = (pid) => { @@ -31,7 +31,7 @@ module.exports.indexAsync = (pid) => {
31 item.img = helpers.getForceSourceUrl(area.imageUrl); 31 item.img = helpers.getForceSourceUrl(area.imageUrl);
32 } 32 }
33 33
34 - if(!area.infos){ 34 + if (!area.infos) {
35 return result; 35 return result;
36 } 36 }
37 37
@@ -1395,7 +1395,7 @@ module.exports.indexConsultAsync = (uid, pid, page, size) => { @@ -1395,7 +1395,7 @@ module.exports.indexConsultAsync = (uid, pid, page, size) => {
1395 /** 1395 /**
1396 * 添加咨询 1396 * 添加咨询
1397 */ 1397 */
1398 -module.exports.createConsultAsync = consultAPI.createAsync; 1398 +module.exports.createConsultAsync = consultAPI.createAsync;
1399 1399
1400 /** 1400 /**
1401 * 获取某一个商品详情主页面 1401 * 获取某一个商品详情主页面