...
|
...
|
@@ -93,7 +93,7 @@ const getListData = (appType, pageNum, limit, udid, gender, tag, authorId) => { |
|
|
page: pageNum,
|
|
|
limit: limit,
|
|
|
udid: udid,
|
|
|
gender: gender
|
|
|
gender: gender
|
|
|
};
|
|
|
|
|
|
if (tag) {
|
...
|
...
|
@@ -309,9 +309,8 @@ const _processContentData = (list) => { |
|
|
_.forEach(related.relatedReco, function(data, index) {
|
|
|
if (result[index]) {
|
|
|
data = _.assign(data, {
|
|
|
// link: `${config.siteUrl}/product/list/pro_${result[index].productId}_${data.productSkc}/${result[index].cnAlphabet}.html`,
|
|
|
link: config.siteUrl + '/product/list/pro_' +
|
|
|
result[index].productId + '_' + data.productSkc + '/' +
|
|
|
link: config.siteUrl + '/product/list/pro_' +
|
|
|
result[index].productId + '_' + data.productSkc + '/' +
|
|
|
result[index].cnAlphabet + '.html'
|
|
|
});
|
|
|
data = _.assign(data, result[index]);
|
...
|
...
|
|