From 88f94b2a748b4b0bd606c7e52d4a1e73fbd1a8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 26 Apr 2023 14:20:51 +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/learning/learning.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/learning/learning.vue b/pages/learning/learning.vue index 836cc70..1fe9bf0 100644 --- a/pages/learning/learning.vue +++ b/pages/learning/learning.vue @@ -176,6 +176,12 @@ } }) } + } else { + this.$refs.uToast.show({ + title: res.msg, + type: 'error', + duration: 2000 + }) } }) },