From ce754fa68da7b7c25c1e447054cd779e57c91bea Mon Sep 17 00:00:00 2001 From: "BOE\\10867418" Date: Thu, 16 Mar 2023 14:03:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E5=87=BB=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 1bbac5b8..1c0c2568 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -170,7 +170,7 @@ @click="orderTypeFilter(1)" >最新 - + U选小课堂 @@ -1095,6 +1095,9 @@ export default { this.showUClass = flag; } }, + uOnClick(){ + this.showUClass = true; + }, setCurIdentity(iden) { this.$store.dispatch("SetCurIdentity", iden); },