diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/_sgbak/Learun.Application.Mobile.jsproj.51038.2.2020-04-20.17-16-21.9995 b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/_sgbak/Learun.Application.Mobile.jsproj.51038.2.2020-04-20.17-16-21.9995
deleted file mode 100644
index 755775da8..000000000
--- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/_sgbak/Learun.Application.Mobile.jsproj.51038.2.2020-04-20.17-16-21.9995
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
- Debug
- Android
-
-
- Debug
- iOS
-
-
- Debug
- Windows-x64
-
-
- Debug
- Windows-x86
-
-
- Debug
- Windows-ARM
-
-
- Release
- Android
-
-
- Release
- iOS
-
-
- Release
- Windows-x64
-
-
- Release
- Windows-x86
-
-
- Release
- Windows-ARM
-
-
-
- b9943e88-bf67-46ec-a4d8-d0c81d5846c4
- Learun.Application.Mobile
- SourceGear Vault Visual Studio 2005 Client:{1EA47954-8515-402d-82D9-B5C332120A8D}
- http://123.57.209.16:8090/VaultService
- 1~a7250b02-76e9-4d74-aa27-f5cdf7719296
-
-
-
-
-
-
- 15.0
-
-
- false
- 2.3
-
-
-
-
- Tools for Apache Cordova
-
-
- MDD
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- bin;bld;platforms;node_modules;simulation;plugins
-
-
-
-
-
-
- Designer
-
-
- Designer
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/_sgbak/Learun.Application.Mobile.jsproj.51038.2.2020-06-08.18-21-40.5401 b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/_sgbak/Learun.Application.Mobile.jsproj.51038.2.2020-06-08.18-21-40.5401
deleted file mode 100644
index 755775da8..000000000
--- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/_sgbak/Learun.Application.Mobile.jsproj.51038.2.2020-06-08.18-21-40.5401
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
- Debug
- Android
-
-
- Debug
- iOS
-
-
- Debug
- Windows-x64
-
-
- Debug
- Windows-x86
-
-
- Debug
- Windows-ARM
-
-
- Release
- Android
-
-
- Release
- iOS
-
-
- Release
- Windows-x64
-
-
- Release
- Windows-x86
-
-
- Release
- Windows-ARM
-
-
-
- b9943e88-bf67-46ec-a4d8-d0c81d5846c4
- Learun.Application.Mobile
- SourceGear Vault Visual Studio 2005 Client:{1EA47954-8515-402d-82D9-B5C332120A8D}
- http://123.57.209.16:8090/VaultService
- 1~a7250b02-76e9-4d74-aa27-f5cdf7719296
-
-
-
-
-
-
- 15.0
-
-
- false
- 2.3
-
-
-
-
- Tools for Apache Cordova
-
-
- MDD
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- bin;bld;platforms;node_modules;simulation;plugins
-
-
-
-
-
-
- Designer
-
-
- Designer
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/WelcomNewStudents/ConfirmStudentsCheckIn/form/form.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/WelcomNewStudents/ConfirmStudentsCheckIn/form/form.js
index 45b0c2ca8..baa7dceab 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/WelcomNewStudents/ConfirmStudentsCheckIn/form/form.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/WelcomNewStudents/ConfirmStudentsCheckIn/form/form.js
@@ -109,15 +109,9 @@
//保存
$page.find('#saveBtn').on('tap', function () {
var postdata = {
- ID: $('#ID').val(),
- RegionNo: $('#RegionNo').val(),
- FamilyAddress: $('#FamilyAddress').val(),
- telephone: $('#telephone').val(),
- Photo: $('#Photo').val(),
- StuInfoFreshFamilyEntities: family(),
- StuInfoFreshEmergePeopleEntities: emergePeople()
+ ID: $('#ID').val()
};
- learun.httpget(config.webapi + "StuInfoFresh/saveStuInfoFresh", postdata, (data) => {
+ learun.httpget(config.webapi + "/保存地址/", postdata, (data) => {
if (data) {
learun.layer.toast('保存成功');
location.reload();