detailsComments.js 786 B

123456789101112131415161718192021222324252627282930
  1. export function getGoodsDetailsComments() {
  2. return {
  3. homePageComments: [
  4. {
  5. spuId: '1722045',
  6. skuId: null,
  7. specInfo: null,
  8. commentContent:
  9. '收到货了,第一时间试了一下,很漂亮特别喜欢,大爱大爱,颜色也很好看。棒棒!',
  10. commentScore: 4,
  11. uid: '88881048075',
  12. userName: 'Dean',
  13. userHeadUrl:
  14. 'https://wx.qlogo.cn/mmopen/vi_32/5mKrvn3ibyDNaDZSZics3aoKlz1cv0icqn4EruVm6gKjsK0xvZZhC2hkUkRWGxlIzOEc4600JkzKn9icOLE6zjgsxw/132',
  15. },
  16. ],
  17. };
  18. }
  19. export function getGoodsDetailsCommentsCount() {
  20. return {
  21. commentCount: '47',
  22. badCount: '0',
  23. middleCount: '2',
  24. goodCount: '45',
  25. hasImageCount: '1',
  26. goodRate: 95.7,
  27. uidCount: '0',
  28. };
  29. }