From fa6c3b2c4dcc876411a9356f0fde8ce614672cfa Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Wed, 3 Jul 2024 13:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/course/myCourseLearn.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/course/myCourseLearn.vue b/pages/course/myCourseLearn.vue index 4361c82..20d47db 100644 --- a/pages/course/myCourseLearn.vue +++ b/pages/course/myCourseLearn.vue @@ -648,6 +648,10 @@ }).catch(e => { console.log(e, '获取目录数据报错') + uni.showToast({ + title:"获取数据失败", + icon:'error' + }) }); }, @@ -889,6 +893,10 @@ }).catch(e => { console.log(e, '获取章节列表数据报错') + uni.showToast({ + title:"获取数据失败", + icon:'error' + }) }); }, // 跳转