var Mock = require('mockjs') var data = Mock.mock({ unFinishedTaskList: [ { id: 0, coverImgUrl: 'http://www.mooctest.net/assets/img/mooctest.png', projectId: 1123, title: '发送群文件测试', platform: [0, 1], description: '任务描述文字xxxx', price: '30', serviceType: 1, participantNum: 30, status: 0 }, { id: 1, coverImgUrl: 'http://www.mooctest.net/assets/img/mooctest.png', projectId: 1123, title: '多人聊天发送文件测试', platform: [0], description: '任务描述文字xxxx', price: '10', serviceType: 0, participantNum: 0, status: 1 }, { id: 2, coverImgUrl: 'http://www.mooctest.net/assets/img/mooctest.png', projectId: 1123, title: '浏览器波洞星球', platform: [1], description: '任务描述文字xxxx', price: '10', serviceType: 2, participantNum: 21, status: 0 }, { id: 3, coverImgUrl: 'http://www.mooctest.net/assets/img/mooctest.png', projectId: 1123, title: '举报支持选择聊天记录(安全)', platform: [0, 1, 2], description: '任务描述文字xxxx', price: '0', serviceType: 1, participantNum: 1, status: 1 }, ], finishedTaskList: [ { id: 0, coverImgUrl: 'http://www.mooctest.net/assets/img/mooctest.png', projectId: 1123, title: '发送群文件测试', platform: [0, 1], description: '任务描述文字xxxx', price: '30', serviceType: 1, participantNum: 30, status: 0 }, { id: 1, coverImgUrl: 'http://www.mooctest.net/assets/img/mooctest.png', projectId: 1123, title: '多人聊天发送文件测试', platform: [0], description: '任务描述文字xxxx', price: '10', serviceType: 0, participantNum: 0, status: 1 }, { id: 2, coverImgUrl: 'http://www.mooctest.net/assets/img/mooctest.png', projectId: 1123, title: '浏览器波洞星球', platform: [1], description: '任务描述文字xxxx', price: '10', serviceType: 2, participantNum: 21, status: 0 }, { id: 3, coverImgUrl: 'http://www.mooctest.net/assets/img/mooctest.png', projectId: 1123, title: '举报支持选择聊天记录(安全)', platform: [0, 1, 2], description: '任务描述文字xxxx', price: '0', serviceType: 1, participantNum: 1, status: 1 }, ], appliedProjectList: [ { id: 1, code: '27382hdsjkfdskfK', name: '多人聊天发送文件测试', platform: [0], description: '任务描述文字xxxx', price: '10' }, { id: 2, code: 'jzlk9dfsndfsmd ', name: '多人聊天发送文件测试', platform: [0, 1], description: '任务描述文字xxxx', price: '90' }, { id: 3, code: '437849sdbsjbsf', name: '多人聊天发送文件测试', platform: [1, 2], description: '任务描述文字xxxx', price: '50' } ], user: { id: 123, name: '李三', score: 100, prestige: 100, } }) export { data }