|
@@ -86,7 +86,7 @@ export default {
|
|
|
if (item.taskid) {
|
|
|
let task = await this.taskInfo(item.taskid);
|
|
|
if (task.errcode == '0') {
|
|
|
- const { answers, picurl } = item;
|
|
|
+ const { answers } = item;
|
|
|
let { question } = task.data;
|
|
|
question = question.map(i => {
|
|
|
const r = answers.find(f => f.questionid == i._id);
|