From ee9a9010ebec17e7f947cab35944d8f5ef3b3169 Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Fri, 9 Jun 2023 15:41:00 +0800 Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B46=E6=9C=889=E6=97=A5=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/site/renKeJiaoCheng/index.vue | 8 ++++---- src/views/site/utils/index.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/site/renKeJiaoCheng/index.vue b/src/views/site/renKeJiaoCheng/index.vue index 8b55380..882d03d 100644 --- a/src/views/site/renKeJiaoCheng/index.vue +++ b/src/views/site/renKeJiaoCheng/index.vue @@ -13,7 +13,7 @@
{{ item.skrq }} {{ toWeek(item.WEEK) }} 第{{ item.hh }}节 - {{ item.nth }}天后 + 即将上课
{{ item.kcmc }}
@@ -31,7 +31,7 @@
{{ item.skrq }} {{ toWeek(item.WEEK) }} 第{{ item.hh }}节 - {{ item.nth }}天后 + 正在上课
{{ item.kcmc }}
@@ -49,7 +49,7 @@
{{ item.skrq }} {{ toWeek(item.WEEK) }} 第{{ item.hh }}节 - {{ item.nth }}天后 + 待上课程
{{ item.kcmc }}
@@ -67,7 +67,7 @@
{{ item.skrq }} {{ toWeek(item.WEEK) }} 第{{ item.hh }}节 - {{ item.nth }}天后 + 已上课程
{{ item.kcmc }}
diff --git a/src/views/site/utils/index.ts b/src/views/site/utils/index.ts index 7352083..015bd4e 100644 --- a/src/views/site/utils/index.ts +++ b/src/views/site/utils/index.ts @@ -25,7 +25,7 @@ export const getUserId = () => { }else{ console.log(`🚀 ~ file: index.ts:17 ~ getUserId ~ isOpenSSO2:`, isOpenSSO) //固定某值 - return '2002900176';//教师//2002900176 //2016900057 + return '2016900057';//教师//2002900176 //2016900057 // return '2022010920';//学生 } }