通用评论

mock.js 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. var comments = exports.comments = {
  6. list: [{
  7. id: '5b3a4f0973df3e6a32b0a9d2',
  8. user_id: 0,
  9. user_name: '',
  10. user_avatar: '',
  11. content: 'test[微笑]',
  12. replies: [{
  13. id: '5b3c58c473df3e64d8d53afb',
  14. user_id: 0,
  15. user_name: '',
  16. user_avatar: '',
  17. reply: null,
  18. content: 'test',
  19. favor_count: 1,
  20. favored: false,
  21. created: 1530681540
  22. }, {
  23. id: '5b3c58c473df3e64d8d53afa',
  24. user_id: 0,
  25. user_name: '',
  26. user_avatar: '',
  27. reply: {
  28. id: '5b3c58c473df3e64d8d53afb',
  29. user_id: 0,
  30. user_name: '',
  31. user_avatar: '',
  32. reply: null,
  33. content: 'test',
  34. favor_count: 1,
  35. favored: false,
  36. created: 1530681540
  37. },
  38. content: 'test',
  39. favor_count: 2,
  40. favored: false,
  41. created: 1530681540
  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. reply_count: 4,
  64. favor_count: 0,
  65. favored: false,
  66. created: 1530547977
  67. }],
  68. total: 1,
  69. page: 1
  70. };
  71. //# sourceMappingURL=mock.js.map