...
|
...
|
@@ -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: '江苏' // 发货地
|
|
|
},
|
...
|
...
|
|