| 123456789101112131415161718192021222324252627282930 |
- export function getGoodsDetailsComments() {
- return {
- homePageComments: [
- {
- spuId: '1722045',
- skuId: null,
- specInfo: null,
- commentContent:
- '收到货了,第一时间试了一下,很漂亮特别喜欢,大爱大爱,颜色也很好看。棒棒!',
- commentScore: 4,
- uid: '88881048075',
- userName: 'Dean',
- userHeadUrl:
- 'https://wx.qlogo.cn/mmopen/vi_32/5mKrvn3ibyDNaDZSZics3aoKlz1cv0icqn4EruVm6gKjsK0xvZZhC2hkUkRWGxlIzOEc4600JkzKn9icOLE6zjgsxw/132',
- },
- ],
- };
- }
- export function getGoodsDetailsCommentsCount() {
- return {
- commentCount: '47',
- badCount: '0',
- middleCount: '2',
- goodCount: '45',
- hasImageCount: '1',
- goodRate: 95.7,
- uidCount: '0',
- };
- }
|