Authored by 郝肖肖

'评论数生成'

... ... @@ -2,11 +2,19 @@
const baiduBrand = {
1: {
yoho: '',
yoho: '上衣',
baidu: ''
},
999: {
yoho: '',
3: {
yoho: '裤装',
baidu: ''
},
4: {
yoho: '裙装',
baidu: ''
},
6: {
yoho: '鞋靴',
baidu: ''
}
};
... ...
... ... @@ -95,7 +95,7 @@ class SeoIndexModel extends global.yoho.BaseModel {
isOverseas: item.is_global === 'N' ? 1 : 0,
discount: '', // 优惠信息
isFreightFree: 1,
commentCount: '', // 评论总数
commentCount: item.product_skn % 50, // 评论总数
deliveryPlace: {
administrativeAreaLv1: '江苏' // 发货地
},
... ...