queryDetail.js 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. const queryDetail = {
  2. commentInfos: [
  3. {
  4. id: '647984992708380600',
  5. uid: '',
  6. userName: 'Dean Cheng',
  7. userHeadUrl:
  8. 'https://bizmid-material-qa-1302115263.cos.ap-guangzhou.myqcloud.com/comment/default_head.png',
  9. commentId: '1937712',
  10. commentIdName: '小鹿商品',
  11. commentIdImageUrl:
  12. 'https://bizmid-material-qa-1302115263.file.myqcloud.com/persist/4bf2ded7-1759-4821-919c-cc4960e14120/1078823925183295617/100000114727/material/1/cdbeb389be64427b8c165627895ff0bc-1610425563793-%E5%A4%B4%E5%83%8F.png',
  13. commentStage: 1,
  14. commentCheckStatus: 2,
  15. commentIdType: 1,
  16. content: '',
  17. commentInfo: {
  18. score: null,
  19. content: '',
  20. medias: [],
  21. commentTime: '1617872404000',
  22. },
  23. isAgainComment: 0,
  24. commentHasAgainComment: 0,
  25. isAnonymous: 0,
  26. replyList: [],
  27. specification: '颜色:白色 ',
  28. specificationJson: '{"颜色":"白色"}',
  29. commentExtendId: '1937713',
  30. commentTime: '1617872404000',
  31. score: 0,
  32. goodsScore: null,
  33. freightScore: null,
  34. serviceScore: null,
  35. medias: [],
  36. againCommentList: null,
  37. },
  38. ],
  39. logisticsScore: null,
  40. serviceScore: null,
  41. };
  42. /**
  43. * @param {string} skuId
  44. * @param {string} spuId
  45. * @param {string} orderNo
  46. */
  47. export function queryCommentDetail() {
  48. return queryDetail;
  49. }