From cb6d3c36fca269121bf2acd513dc05377ba87630 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期日, 29 九月 2024 17:22:17 +0800 Subject: [PATCH] home --- packageBookService/pages/bookServices/detail/components/learnTask/index.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/learnTask/index.js b/packageBookService/pages/bookServices/detail/components/learnTask/index.js index 56a9ec0..fc23647 100644 --- a/packageBookService/pages/bookServices/detail/components/learnTask/index.js +++ b/packageBookService/pages/bookServices/detail/components/learnTask/index.js @@ -194,7 +194,7 @@ }) } }) - }, 200) + }, 500) } else { setTimeout(() => { if (this.data.menuList[0].children) { @@ -206,12 +206,12 @@ taskInfo: this.data.menuList[0], }); } - }, 200) + }, 500) } } setTimeout(() => { this.getTasksList() - }, 200) + }, 500) }) }, getTask(e) { @@ -265,9 +265,9 @@ this.setData({ isUpdate: true, tasksData: item1, - name: this.data.name || content.userName, - school: this.data.school || content.school, - class: this.data.class || content.class, + name: content.userName, + school: content.school, + class: content.class, learnTime: this.data.learnTime, }); if (this.data.name && this.data.school && this.data.class) { -- Gitblit v1.9.1