lrf402788946 4 năm trước cách đây
mục cha
commit
767966461c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/task/taskDetail.vue

+ 1 - 1
src/views/task/taskDetail.vue

@@ -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);