Authored by zhangxiaoru

editorial

@@ -93,7 +93,7 @@ const getListData = (appType, pageNum, limit, udid, gender, tag, authorId) => { @@ -93,7 +93,7 @@ const getListData = (appType, pageNum, limit, udid, gender, tag, authorId) => {
93 page: pageNum, 93 page: pageNum,
94 limit: limit, 94 limit: limit,
95 udid: udid, 95 udid: udid,
96 - gender: gender 96 + gender: gender
97 }; 97 };
98 98
99 if (tag) { 99 if (tag) {
@@ -309,9 +309,8 @@ const _processContentData = (list) => { @@ -309,9 +309,8 @@ const _processContentData = (list) => {
309 _.forEach(related.relatedReco, function(data, index) { 309 _.forEach(related.relatedReco, function(data, index) {
310 if (result[index]) { 310 if (result[index]) {
311 data = _.assign(data, { 311 data = _.assign(data, {
312 - // link: `${config.siteUrl}/product/list/pro_${result[index].productId}_${data.productSkc}/${result[index].cnAlphabet}.html`,  
313 - link: config.siteUrl + '/product/list/pro_' +  
314 - result[index].productId + '_' + data.productSkc + '/' + 312 + link: config.siteUrl + '/product/list/pro_' +
  313 + result[index].productId + '_' + data.productSkc + '/' +
315 result[index].cnAlphabet + '.html' 314 result[index].cnAlphabet + '.html'
316 }); 315 });
317 data = _.assign(data, result[index]); 316 data = _.assign(data, result[index]);