From 8aa5754e68324c00469e14710e7670568e0c0f1b Mon Sep 17 00:00:00 2001 From: liangkun Date: Wed, 7 Sep 2022 18:23:40 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=E6=89=AB=E7=A0=81=E6=8A=A5=E5=88=B0?= =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../XmlConfig/system.config | 2 +- .../Modules/UserApi.cs | 2 +- .../components/tki-qrcode/tki-qrcode.vue | 2 +- .../LearunApp-2.2.0/config.js | 2 +- .../LearunApp-2.2.0/manifest.json | 2 +- .../ConfirmStudentsCheckIn/from.vue | 624 ++++++++++-------- .../ConfirmStudentsCheckIn/list.vue | 3 + .../LearunApp-2.2.0/pages/my/newpassword.vue | 146 ++-- .../LearunApp-2.2.0/pages/notice2/list.vue | 5 +- .../LearunApp-2.2.0/pages/welcome/list.vue | 2 - .../LearunApp-2.2.0/pages/wxLogin.vue | 3 +- 11 files changed, 433 insertions(+), 360 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/system.config b/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/system.config index 26ba167ed..38e965f34 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/system.config +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/system.config @@ -135,7 +135,7 @@ - + diff --git a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/UserApi.cs b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/UserApi.cs index a21a0f8b1..603960d21 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/UserApi.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/UserApi.cs @@ -248,7 +248,7 @@ namespace Learun.Application.WebApi } } } - private Response ModifyPasswordiden(dynamic _) + public Response ModifyPasswordiden(dynamic _) { ModifyModel modifyModel = this.GetReqData(); if (userInfo.isSystem) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tki-qrcode/tki-qrcode.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tki-qrcode/tki-qrcode.vue index c2438ecbd..904ad6b32 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tki-qrcode/tki-qrcode.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/tki-qrcode/tki-qrcode.vue @@ -1,5 +1,5 @@ diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/WelcomNewStudents/ConfirmStudentsCheckIn/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/WelcomNewStudents/ConfirmStudentsCheckIn/list.vue index 74f0e473b..c55fb0ec2 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/WelcomNewStudents/ConfirmStudentsCheckIn/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/WelcomNewStudents/ConfirmStudentsCheckIn/list.vue @@ -38,6 +38,9 @@ export default { }) }, }, + created() { + this.NAV_TO('./from', { StuNo: res.result }, true); + } }; diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/newpassword.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/newpassword.vue index 4bb8deece..4275a76c8 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/newpassword.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/newpassword.vue @@ -1,75 +1,87 @@ 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 ac58db522..bae827061 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 @@ -138,10 +138,7 @@ export default{ } }, onShow() { - if(data.StuInfoFreshFamilyList.length>0) - { - this.init(); - } + this.init(); }, methods:{ init() { diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/welcome/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/welcome/list.vue index 1efe55b36..8fcb4821d 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/welcome/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/welcome/list.vue @@ -173,9 +173,7 @@ export default { if(resFile&&resFile.F_FolderId){ url = this.API + '/learun/adms/annexes/wxdown?' + this.URL_QUERY(resFile.F_FolderId, true) } - // id:res.StuInfoFreshEntity.Photo _this.photo = (res.StuInfoFreshEntity.Photo&&url)?[{url,id:res.StuInfoFreshEntity.Photo}]:[]; - // _this.fileList = res.StuInfoFreshEntity.FilesList||[] _this.refreshComponent() _this.queryData.telephone = res.StuInfoFreshEntity.telephone; _this.queryData.FamilyAddress = res.StuInfoFreshEntity.FamilyAddress; diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/wxLogin.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/wxLogin.vue index 6904f9c85..6d89c92ac 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/wxLogin.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/wxLogin.vue @@ -273,8 +273,7 @@ export default { this.SET_STORAGE('token', token) this.HIDE_LOADING() - // this.TAB_TO('/pages/home') - this.NAV_TO('/pages/my/newpassword') + this.TAB_TO('/pages/home') }, // 验证用户输入