From 06e6e230fc97fe5fd7675dc4245b6fa54febecc3 Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 8 Sep 2022 11:28:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?app2.0=E6=89=AB=E7=A0=81=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=89=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/WelcomNewStudents/ConfirmStudentsCheckIn/from.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/WelcomNewStudents/ConfirmStudentsCheckIn/from.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/WelcomNewStudents/ConfirmStudentsCheckIn/from.vue index 376b5e74a..1f233ad13 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/WelcomNewStudents/ConfirmStudentsCheckIn/from.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/WelcomNewStudents/ConfirmStudentsCheckIn/from.vue @@ -209,7 +209,7 @@ var postqueryData = {}; postqueryData.ArriveDate = todayTime.fmtDate().ymdhMins; postqueryData.RegisterStatus = '1'; - postqueryData.RegisterStatus =this.StuInfoFreshEntity.IsPoor; + postqueryData.IsPoor =this.StuInfoFreshEntity.IsPoor; postqueryData.GetKeyStatus =this.StuInfoFreshEntity.GetKeyStatus; postqueryData.GetCardStatus =this.StuInfoFreshEntity.GetCardStatus; postqueryData.OtherPayFeeStatus =this.StuInfoFreshEntity.OtherPayFeeStatus; From ee833e3b46c74730e68f9b6b23224526d8d6b873 Mon Sep 17 00:00:00 2001 From: ndbs Date: Thu, 8 Sep 2022 11:58:41 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=96=B0=E7=94=9F=E5=85=A5=E6=A0=A1?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=20=E6=97=B6=E9=97=B4=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E6=97=B6=E9=97=B4,=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=8E=BB=E6=8E=89=E8=B7=B3=E8=BD=AC=E9=A1=B5?= =?UTF-8?q?,=E6=96=B0=E7=94=9F=E4=BF=A1=E6=81=AF+=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/common/js/todayTime.js | 5 +++++ .../LearunApp-2.2.0/pages/notice2/list.vue | 3 ++- .../LearunApp-2.2.0/pages/welcome/list.vue | 4 ++-- .../LearunApp-2.2.0/pages/wxLogin.vue | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/js/todayTime.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/js/todayTime.js index 916052f92..d3d379634 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/js/todayTime.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/js/todayTime.js @@ -12,6 +12,11 @@ export default { ymdhMins:y+"-"+m.substring(m.length-2,m.length)+"-"+d.substring(d.length-2,d.length) + ' ' + h.substring(h.length-2,h.length) + ':' + min.substring(min.length-2,min.length) + ':' + second.substring(second.length-2,second.length), ymd:y+"-"+m.substring(m.length-2,m.length)+"-"+d.substring(d.length-2,d.length) }; + }, + doHandleYear(obj) { + var myDate = obj? new Date(obj) : new Date(); + var tYear = myDate.getFullYear(); + return tYear; } } diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue index bae827061..c6a85f471 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/notice2/list.vue @@ -4,7 +4,7 @@ - 2020 + {{ todayTime.doHandleYear() }} 新生入校流程 @@ -120,6 +120,7 @@