diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html
index 7f851cd28..3d4ca9fe2 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html
@@ -80,9 +80,9 @@
3 . 文件大小165320KB以下
-
+
@@ -133,9 +133,9 @@
添加紧急联系人
-
+
@@ -155,9 +155,9 @@
-
+
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js
index 202bae52e..a54a660ff 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js
@@ -266,6 +266,8 @@
learun.layer.loading(false);
if (data) {
learun.layer.toast('保存成功');
+ learun.nav.closeCurrent();
+ learun.nav.go({ path: 'notice2', title: '新生入校流程', type: 'right' });
}
});