通用评论

mock.js 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. export const comments = {
  2. list: [
  3. {
  4. id: "5b3a4f0973df3e6a32b0a9d2",
  5. user_id: 0,
  6. user_name: "",
  7. user_avatar: "",
  8. content: "test[微笑]",
  9. replies: [
  10. {
  11. id: "5b3c58c473df3e64d8d53afb",
  12. user_id: 0,
  13. user_name: "",
  14. user_avatar: "",
  15. reply: null,
  16. content: "test",
  17. favor_count: 1,
  18. favored: false,
  19. created: 1530681540
  20. },
  21. {
  22. id: "5b3c58c473df3e64d8d53afa",
  23. user_id: 0,
  24. user_name: "",
  25. user_avatar: "",
  26. reply: {
  27. id: "5b3c58c473df3e64d8d53afb",
  28. user_id: 0,
  29. user_name: "",
  30. user_avatar: "",
  31. reply: null,
  32. content: "test",
  33. favor_count: 1,
  34. favored: false,
  35. created: 1530681540
  36. },
  37. content: "test",
  38. favor_count: 2,
  39. favored: false,
  40. created: 1530681540
  41. },
  42. {
  43. id: "5b3c6e4873df3e53f870d912",
  44. user_id: 0,
  45. user_name: "",
  46. user_avatar: "",
  47. reply: {
  48. id: "5b3c58c473df3e64d8d53afb",
  49. user_id: 0,
  50. user_name: "",
  51. user_avatar: "",
  52. reply: null,
  53. content: "test",
  54. favor_count: 1,
  55. favored: false,
  56. created: 1530681540
  57. },
  58. content: "test",
  59. favor_count: 0,
  60. favored: false,
  61. created: 1530687048
  62. }
  63. ],
  64. reply_count: 4,
  65. favor_count: 0,
  66. favored: false,
  67. created: 1530547977
  68. }
  69. ],
  70. total: 1,
  71. page: 1
  72. };