From 92fecbec804125b02f346b39a325d5ba3b608641 Mon Sep 17 00:00:00 2001 From: "dong.ai" Date: Sun, 14 Sep 2025 17:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=97=8F=E5=9B=BE=E8=A1=A8=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Portal/interactBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Portal/interactBar.vue b/src/components/Portal/interactBar.vue index 7d7b9e89..9afde788 100644 --- a/src/components/Portal/interactBar.vue +++ b/src/components/Portal/interactBar.vue @@ -236,7 +236,7 @@ export default { created(){ }, mounted() { - if(this.data && this.data.id && !this.readonly){ + if(this.data && (this.data.id||this.data.course) && !this.readonly){ this.checkHas(); }