From 1b416e193c8f7afff881b4f68b8d78466c22911d Mon Sep 17 00:00:00 2001
From: lmj <3407000732@qq.com>
Date: Wed, 16 Nov 2022 18:05:25 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/index.vue | 4 ++--
pages/study/index.vue | 17 ++++-------------
2 files changed, 6 insertions(+), 15 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index a6e3b30..56f43c8 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -121,8 +121,8 @@
- 【已解决】
- 【待解决】
+ 【已解决】
+ 【待解决】
{{ item.title }}
diff --git a/pages/study/index.vue b/pages/study/index.vue
index 55c33c7..6dd0913 100644
--- a/pages/study/index.vue
+++ b/pages/study/index.vue
@@ -31,7 +31,7 @@
-
+
{{status.name}}
@@ -42,7 +42,7 @@
-
+
{{status.name}}
@@ -807,15 +807,9 @@
url: '/pages/study/studydetail?id=' + citem.id + '&type=' + citem.courseType
});
} else {
- if (citem.courseType == 10) {
uni.navigateTo({
- url: '../resource/microDetail?studyId=' + citem.id + '&id=' + citem.courseId
+ url: '/pages/study/courseStudy?studyId=' + citem.id + '&id=' + citem.courseId
})
- } else if (citem.courseType == 20) {
- uni.navigateTo({
- url: '/pages/study/onlineCourse?studyId=' + citem.id + '&id=' + citem.courseId
- })
- }
}
},
choose(citem) {
@@ -859,8 +853,6 @@
}
},
loadchooseStatust(e) {
- // this.loadstatusSelecShow = false;
- // this.loadstatusBtnName = e.value[0].name;
this.boeStatus = e;
this.loadBoeData()
},
@@ -868,9 +860,8 @@
this.classType = e;
this.autonomy.type = e;
this.searchData();
- // this.getLearning();
+ this.getLearning();
},
-
displayWord(data) {
if (data.progress == 0) {
return '未开始'