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 @@
-
+
-
+
-
+
采集照片信息
-
-
-
-
-
-
-
-
+
+
+ 照片要求:1 . 单色背景,正面,免冠近期证件照 2 . 文件格式JPG 3 . 文件大小165320KB以下
自然信息
-
+
+
+
通讯信息
@@ -51,321 +51,385 @@
-
+
紧急联系人
-
+
-
+
+
+
+
+
+
+
+
+
报到
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 db9a945e3..f8dcfe9b7 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,80 +1,91 @@
-
- 设置密码
-
-
-
-
- 新密码必须8-20位同时包含1.[大小写字母]、2.[数字]、3.[特殊符号!@#$%^&*]
+
+ 设置密码
+
+
+
+
+ 新密码必须8-20位同时包含1.[大小写字母]、2.[数字]、3.[特殊符号!@#$%^&*]
+
+
+ 确认修改
+
-
- 确认修改
-
-
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')
},
// 验证用户输入