123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- 'use strict';
-
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- var comments = exports.comments = {
- list: [{
- id: '5b3a4f0973df3e6a32b0a9d2',
- user_id: 0,
- user_name: '',
- user_avatar: '',
- content: 'test[微笑]',
- replies: [{
- id: '5b3c58c473df3e64d8d53afb',
- user_id: 0,
- user_name: '',
- user_avatar: '',
- reply: null,
- content: 'test',
- favor_count: 1,
- favored: false,
- created: 1530681540
- }, {
- id: '5b3c58c473df3e64d8d53afa',
- user_id: 0,
- user_name: '',
- user_avatar: '',
- reply: {
- id: '5b3c58c473df3e64d8d53afb',
- user_id: 0,
- user_name: '',
- user_avatar: '',
- reply: null,
- content: 'test',
- favor_count: 1,
- favored: false,
- created: 1530681540
- },
- content: 'test',
- favor_count: 2,
- favored: false,
- created: 1530681540
- }, {
- id: '5b3c6e4873df3e53f870d912',
- user_id: 0,
- user_name: '',
- user_avatar: '',
- reply: {
- id: '5b3c58c473df3e64d8d53afb',
- user_id: 0,
- user_name: '',
- user_avatar: '',
- reply: null,
- content: 'test',
- favor_count: 1,
- favored: false,
- created: 1530681540
- },
- content: 'test',
- favor_count: 0,
- favored: false,
- created: 1530687048
- }],
- reply_count: 4,
- favor_count: 0,
- favored: false,
- created: 1530547977
- }],
- total: 1,
- page: 1
- };
- //# sourceMappingURL=mock.js.map
|