From 4693cb0db1fc2a019a948de18c9b8531576d6e14 Mon Sep 17 00:00:00 2001 From: "dong.ai" Date: Sun, 14 Sep 2025 17:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=97=8F=E5=9B=BE=E6=A0=87=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 9afde788..c712795e 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.data.course) && !this.readonly){ + if(this.data && (this.data.id||this.data.courseId) && !this.readonly){ this.checkHas(); }