修改考试提交栏不清楚bug2
This commit is contained in:
@@ -209,8 +209,14 @@
|
||||
...learning_tasks_details
|
||||
});
|
||||
getData();
|
||||
// 监听里面学习完成后更新任务历程
|
||||
uni.$on('refresh_course_list', () => {
|
||||
console.log('监听里面学习完成后更新任务历程');
|
||||
});
|
||||
|
||||
});
|
||||
onUnload(() => {
|
||||
uni.$off('refresh_course_list');
|
||||
if (detailData.collectionId !== collectId.value) {
|
||||
const pages = getCurrentPages();
|
||||
if (pages.length >= 2) {
|
||||
|
||||
Reference in New Issue
Block a user