From 96fa6d1237350f7e476704c0ff3d49684641b80e Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 14 Jul 2025 17:19:44 +0800 Subject: [PATCH 1/4] up --- packages/mycourse/detail.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/mycourse/detail.vue b/packages/mycourse/detail.vue index 73a61c2..03e87e5 100644 --- a/packages/mycourse/detail.vue +++ b/packages/mycourse/detail.vue @@ -54,10 +54,10 @@ } // 需要缴费 if(this.info.course.is_fee===1){ - if(this.info.status>1 || this.info.fee_status!=1){ - this.base.toast("您还没有权限查看本班通讯录") - return - } + // if(this.info.status>1 || this.info.fee_status!=1){ + // this.base.toast("您还没有权限查看本班通讯录") + // return + // } }else{ if(this.info.status>1){ this.base.toast("您还没有权限查看本班通讯录") From 1cc5204591192fbcc6a20f155dff99e24e7a8089 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 14 Jul 2025 17:34:16 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=B8=8D=E7=94=A8=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E7=BC=B4=E8=B4=B9=20=E8=BF=9B=E5=85=A5=E9=80=9A=E8=AE=AF?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/mycourse/detail.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/mycourse/detail.vue b/packages/mycourse/detail.vue index 03e87e5..c59cb4e 100644 --- a/packages/mycourse/detail.vue +++ b/packages/mycourse/detail.vue @@ -54,10 +54,11 @@ } // 需要缴费 if(this.info.course.is_fee===1){ - // if(this.info.status>1 || this.info.fee_status!=1){ - // this.base.toast("您还没有权限查看本班通讯录") - // return - // } + // this.info.fee_status!=1 + if(this.info.status>1){ + this.base.toast("您还没有权限查看本班通讯录") + return + } }else{ if(this.info.status>1){ this.base.toast("您还没有权限查看本班通讯录") From 0f7b5e38822599a09c59b04de936e58f8311fb41 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Sat, 9 Aug 2025 17:02:16 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E6=97=A5=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/courseCalendar/index.vue | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/courseCalendar/index.vue b/packages/courseCalendar/index.vue index a0e727f..d08ebbb 100644 --- a/packages/courseCalendar/index.vue +++ b/packages/courseCalendar/index.vue @@ -1,7 +1,7 @@