diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalSerious/AbNormalSerious.css b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalSerious/AbNormalSerious.css
new file mode 100644
index 000000000..f92d126ce
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalSerious/AbNormalSerious.css
@@ -0,0 +1,149 @@
+#sQrCode {
+ height: 100%;
+ background-color: #EEF2F3;
+ padding-bottom: 30px;
+}
+
+.sQrLogo {
+ background-image: url(images/xcBg.jpg);
+ background-size: 100% 100%;
+ text-align: center;
+ line-height: 0;
+ padding: 20px 0 70px;
+}
+
+.sQrLogoImg1 img {
+ width: 20%;
+}
+
+.sQrLogoImg1 {
+ margin-bottom: 10px;
+}
+
+.sQrLogoImg2 img {
+ width: 50%;
+}
+
+.sQrBox {
+ margin: -50px 20px 0;
+ background-color: #fff;
+ padding: 30px 38px;
+ border-radius: 10px;
+ -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+ -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+ box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+ /* overflow: hidden; */
+}
+
+.sQrT2 {
+ font-weight: bold;
+ text-align: center;
+ font-size: 24px;
+ margin-bottom: 20px;
+ color: #CC0000;
+}
+
+.sQrList {
+ background-color: #F8F8F8;
+ margin: 0 10px;
+ padding: 10px 30px;
+ border-radius: 4px
+}
+
+.sQrList div {
+ padding: 7px 10px;
+ font-size: 14px;
+ color: #000;
+ border-top: 1px solid #D7D7D7;
+}
+
+.sQrList div:first-child {
+ border: 0;
+}
+
+.sQrList div span {
+ color: #AEAEAE;
+ margin-right: 10px;
+}
+
+.sQrType3 {
+ background-color: #CC0000;
+ padding: 20px 0;
+ text-align: center;
+ color: #fff;
+ margin: 30px -38px -30px;
+ border-radius: 0 0 10px 10px;
+}
+
+.sQrType3>* {
+ display: inline-block;
+ vertical-align: middle;
+ text-align: left;
+}
+
+.sQrTypeT {
+ font-size: 14px;
+}
+
+.sQrTypeTxt {
+ font-size: 24px;
+ font-weight: bold;
+ margin-top: 3px;
+}
+
+.sQrTypeImg {
+ margin-left: 15px;
+ width: 43px;
+ line-height: 0;
+}
+
+.sQrTypeImg img {
+ width: 100%;
+}
+
+.sQrTxt1 {
+ margin: 30px 50px 20px;
+ font-size: 14px;
+ color: #AEAEAE;
+}
+
+.sQrBtn2 {
+ margin: 20px 20px 0;
+ background-color: #CED0D0;
+ /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
+ -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
+ box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
+ border-radius: 8px;
+ height: 50px;
+ line-height: 50px;
+ font-weight: bold;
+ color: #fff;
+ font-size: 16px;
+ text-align: center;
+}
+
+.sQrBtn2 img {
+ width: 23px;
+ margin-right: 10px;
+ position: relative;
+ top: 2px;
+}
+
+.sQrType3 .sQrTypePhoto {
+ border: 4px solid #CC0000;
+ border-radius: 4px;
+ width: 85px;
+ margin: -30px 10px -30px 0;
+ background: #fff;
+}
+
+.sQrTypePhoto div {
+ height: 0;
+ overflow: hidden;
+ padding-bottom: 139.516129%;
+ line-height: 0;
+}
+
+.sQrTypePhoto img {
+ width: 100%;
+}
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalSerious/AbNormalSerious.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalSerious/AbNormalSerious.html
new file mode 100644
index 000000000..985817d9b
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalSerious/AbNormalSerious.html
@@ -0,0 +1,34 @@
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalSerious/AbNormalSerious.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalSerious/AbNormalSerious.js
new file mode 100644
index 000000000..1f5a37044
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalSerious/AbNormalSerious.js
@@ -0,0 +1,46 @@
+(function () {
+ var $header = null;
+ var stuNo = '';
+ var page = {
+ isScroll: true,
+ init: function ($page, param) {
+ stuNo = param.stuNo;
+ // 添加头部按钮列表
+ $header = $page.parents('.f-page').find('.f-page-header');
+ learun.httpget(config.webapi + 'learun/EducationalAdministration/StuInfoBasic/stuinfoDetail',stuNo, function (data) {
+ console.log(data);
+ $('.sQrList div strong').eq(0).html(data.stuInfo.StuName);
+ $('.sQrList div strong').eq(1).html(data.majorInfo.MajorName);
+ $('.sQrList div strong').eq(2).html(data.classInfo.ClassName);
+ $('.sQrList div strong').eq(3).html(data.stuInfo.StuNo);
+ $('.sQrList div strong').eq(4).html(data.roomInfo);
+ //$('.sQrList div strong').eq(4).html(data.stuInfo.Photo); //学生照片
+ if (data.stuInfo.Photo != '') {
+ $('.sQrTypePhoto img').attr('src', config.web + data.stuInfo.Photo);
+ } else {
+ if (data.stuInfo.GenderNo) {
+
+ $('.sQrTypePhoto img').attr('src', '/images/on-boy.jpg');
+ } else {
+
+ $('.sQrTypePhoto img').attr('src', '/images/on-girl.jpg');
+ }
+ }
+ learun.code.encode({ id: 'lr_mycode_qrcode', text: data.stuInfo.StuNo });
+ })
+
+ page.bind($page, param);
+
+ },
+ bind: function ($page, param) {
+
+ }, destroy: function (pageinfo) {
+ $header = null;
+ }
+ };
+
+
+ return page;
+
+
+})();
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalWeak/AbNormalWeak.css b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalWeak/AbNormalWeak.css
new file mode 100644
index 000000000..1ed8ff0c7
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalWeak/AbNormalWeak.css
@@ -0,0 +1,149 @@
+#sQrCode {
+ height: 100%;
+ background-color: #EEF2F3;
+ padding-bottom: 30px;
+}
+
+.sQrLogo {
+ background-image: url(images/xcBg.jpg);
+ background-size: 100% 100%;
+ text-align: center;
+ line-height: 0;
+ padding: 20px 0 70px;
+}
+
+.sQrLogoImg1 img {
+ width: 20%;
+}
+
+.sQrLogoImg1 {
+ margin-bottom: 10px;
+}
+
+.sQrLogoImg2 img {
+ width: 50%;
+}
+
+.sQrBox {
+ margin: -50px 20px 0;
+ background-color: #fff;
+ padding: 30px 38px;
+ border-radius: 10px;
+ -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+ -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+ box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+ /* overflow: hidden; */
+}
+
+.sQrT2 {
+ font-weight: bold;
+ text-align: center;
+ font-size: 24px;
+ margin-bottom: 20px;
+ color: #F8B500;
+}
+
+.sQrList {
+ background-color: #F8F8F8;
+ margin: 0 10px;
+ padding: 10px 30px;
+ border-radius: 4px
+}
+
+.sQrList div {
+ padding: 7px 10px;
+ font-size: 14px;
+ color: #000;
+ border-top: 1px solid #D7D7D7;
+}
+
+.sQrList div:first-child {
+ border: 0;
+}
+
+.sQrList div span {
+ color: #AEAEAE;
+ margin-right: 10px;
+}
+
+.sQrType2 {
+ background-color: #F8B500;
+ padding: 20px 0;
+ text-align: center;
+ color: #fff;
+ margin: 30px -38px -30px;
+ border-radius: 0 0 10px 10px;
+}
+
+.sQrType2>* {
+ display: inline-block;
+ vertical-align: middle;
+ text-align: left;
+}
+
+.sQrTypeT {
+ font-size: 14px;
+}
+
+.sQrTypeTxt {
+ font-size: 24px;
+ font-weight: bold;
+ margin-top: 3px;
+}
+
+.sQrTypeImg {
+ margin-left: 15px;
+ width: 43px;
+ line-height: 0;
+}
+
+.sQrTypeImg img {
+ width: 100%;
+}
+
+.sQrTxt1 {
+ margin: 30px 50px 20px;
+ font-size: 14px;
+ color: #AEAEAE;
+}
+
+.sQrBtn3 {
+ margin: 20px 20px 0;
+ background-color: #CED0D0;
+ /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
+ -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
+ box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
+ border-radius: 8px;
+ height: 50px;
+ line-height: 50px;
+ font-weight: bold;
+ color: #fff;
+ font-size: 16px;
+ text-align: center;
+}
+
+.sQrBtn3 img {
+ width: 23px;
+ margin-right: 10px;
+ position: relative;
+ top: 2px;
+}
+
+.sQrType2 .sQrTypePhoto {
+ border: 4px solid #F8B500;
+ border-radius: 4px;
+ width: 85px;
+ margin: -30px 10px -30px 0;
+ background: #fff;
+}
+
+.sQrTypePhoto div {
+ height: 0;
+ overflow: hidden;
+ padding-bottom: 139.516129%;
+ line-height: 0;
+}
+
+.sQrTypePhoto img {
+ width: 100%;
+}
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalWeak/AbNormalWeak.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalWeak/AbNormalWeak.html
new file mode 100644
index 000000000..3ef96250f
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalWeak/AbNormalWeak.html
@@ -0,0 +1,34 @@
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalWeak/AbNormalWeak.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalWeak/AbNormalWeak.js
new file mode 100644
index 000000000..f22754d14
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/AbNormalWeak/AbNormalWeak.js
@@ -0,0 +1,45 @@
+(function () {
+ var $header = null;
+ var stuNo = '';
+ var page = {
+ isScroll: true,
+ init: function ($page, param) {
+ stuNo = param.stuNo;
+ // 添加头部按钮列表
+ $header = $page.parents('.f-page').find('.f-page-header');
+ learun.httpget(config.webapi + 'learun/adms/EducationalAdministration/StuInfoBasic/stuinfoDetail',stuNo, function (data) {
+ console.log(data);
+ $('.sQrList div strong').eq(0).html(data.stuInfo.StuName);
+ $('.sQrList div strong').eq(1).html(data.majorInfo.MajorName);
+ $('.sQrList div strong').eq(2).html(data.classInfo.ClassName);
+ $('.sQrList div strong').eq(3).html(data.stuInfo.StuNo);
+ $('.sQrList div strong').eq(4).html(data.roomInfo);
+ //$('.sQrList div strong').eq(4).html(data.stuInfo.Photo); //学生照片
+ if (data.stuInfo.Photo != '') {
+ $('.sQrTypePhoto img').attr('src', config.web + data.stuInfo.Photo);
+ } else {
+ if (data.stuInfo.GenderNo) {
+ $('.sQrTypePhoto img').attr('src', '/images/on-boy.jpg');
+ } else {
+
+ $('.sQrTypePhoto img').attr('src', '/images/on-girl.jpg');
+ }
+ }
+ learun.code.encode({ id: 'lr_mycode_qrcode', text: data.stuInfo.StuNo });
+ })
+
+ page.bind($page, param);
+
+ },
+ bind: function ($page, param) {
+
+ }, destroy: function (pageinfo) {
+ $header = null;
+ }
+ };
+
+ return page;
+
+
+
+})();
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/Normal/Normal.css b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/Normal/Normal.css
new file mode 100644
index 000000000..4d6463f60
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/Normal/Normal.css
@@ -0,0 +1,149 @@
+#sQrCode {
+ height: 100%;
+ background-color: #EEF2F3;
+ padding-bottom: 30px;
+}
+
+.sQrLogo {
+ background-image: url(images/xcBg.jpg);
+ background-size: 100% 100%;
+ text-align: center;
+ line-height: 0;
+ padding: 20px 0 70px;
+}
+
+.sQrLogoImg1 img {
+ width: 20%;
+}
+
+.sQrLogoImg1 {
+ margin-bottom: 10px;
+}
+
+.sQrLogoImg2 img {
+ width: 50%;
+}
+
+.sQrBox {
+ margin: -50px 20px 0;
+ background-color: #fff;
+ padding: 30px 38px;
+ border-radius: 10px;
+ -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+ -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+ box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+ /* overflow: hidden; */
+}
+
+.sQrT2 {
+ font-weight: bold;
+ text-align: center;
+ font-size: 24px;
+ margin-bottom: 20px;
+ color: #21A737;
+}
+
+.sQrList {
+ background-color: #F8F8F8;
+ margin: 0 10px;
+ padding: 10px 30px;
+ border-radius: 4px
+}
+
+.sQrList div {
+ padding: 7px 10px;
+ font-size: 14px;
+ color: #000;
+ border-top: 1px solid #D7D7D7;
+}
+
+.sQrList div:first-child {
+ border: 0;
+}
+
+.sQrList div span {
+ color: #AEAEAE;
+ margin-right: 10px;
+}
+
+.sQrType1 {
+ background-color: #21A737;
+ padding: 20px 0;
+ text-align: center;
+ color: #fff;
+ margin: 30px -38px -30px;
+ border-radius: 0 0 10px 10px;
+}
+
+.sQrType1>* {
+ display: inline-block;
+ vertical-align: middle;
+ text-align: left;
+}
+
+.sQrTypeT {
+ font-size: 14px;
+}
+
+.sQrTypeTxt {
+ font-size: 24px;
+ font-weight: bold;
+ margin-top: 3px;
+}
+
+.sQrTypeImg {
+ margin-left: 15px;
+ width: 43px;
+ line-height: 0;
+}
+
+.sQrTypeImg img {
+ width: 100%;
+}
+
+.sQrTxt1 {
+ margin: 30px 50px 20px;
+ font-size: 14px;
+ color: #AEAEAE;
+}
+
+.sQrBtn1 {
+ margin: 20px 20px 0;
+ background-color: #fff;
+ -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
+ -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
+ box-shadow: 0 0 10px rgba(0, 0, 0, .1);
+ border-radius: 8px;
+ height: 50px;
+ line-height: 50px;
+ font-weight: bold;
+ color: #339933;
+ font-size: 16px;
+ text-align: center;
+}
+
+.sQrBtn1 img {
+ width: 23px;
+ margin-right: 10px;
+ position: relative;
+ top: 2px;
+}
+
+.sQrType1 .sQrTypePhoto {
+ border: 4px solid #21A737;
+ border-radius: 4px;
+ width: 85px;
+ margin: -30px 10px -30px 0;
+ background: #fff;
+}
+
+.sQrTypePhoto div {
+ height: 0;
+ overflow: hidden;
+ padding-bottom: 139.516129%;
+ line-height: 0;
+}
+
+.sQrTypePhoto img {
+ width: 100%;
+}
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/Normal/Normal.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/Normal/Normal.html
new file mode 100644
index 000000000..7e7681d20
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/Normal/Normal.html
@@ -0,0 +1,34 @@
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/Normal/Normal.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/Normal/Normal.js
new file mode 100644
index 000000000..637cd7616
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/Normal/Normal.js
@@ -0,0 +1,70 @@
+(function () {
+ var $header = null;
+ var stuNo = '';
+ var page = {
+ isScroll: true,
+ init: function ($page, param) {
+ stuNo = param.stuNo;
+ // 添加头部按钮列表
+ $header = $page.parents('.f-page').find('.f-page-header');
+
+ learun.httpget(config.webapi + 'learun/EducationalAdministration/StuInfoBasic/stuinfoDetail',stuNo, function (data) {
+ console.log(data);
+ $('.sQrList div strong').eq(0).html(data.stuInfo.StuName);
+ $('.sQrList div strong').eq(1).html(data.majorInfo.MajorName);
+ $('.sQrList div strong').eq(2).html(data.classInfo.ClassName);
+ $('.sQrList div strong').eq(3).html(data.stuInfo.StuNo);
+ $('.sQrList div strong').eq(4).html(data.roomInfo);
+ //$('.sQrList div strong').eq(4).html(data.stuInfo.Photo); //学生照片
+ if (data.stuInfo.Photo != '') {
+ $('.sQrTypePhoto img').attr('src', config.web + data.stuInfo.Photo);
+ } else {
+ if (data.stuInfo.GenderNo) {
+
+ $('.sQrTypePhoto img').attr('src', '/images/on-boy.jpg');
+ } else {
+
+ $('.sQrTypePhoto img').attr('src', '/images/on-girl.jpg');
+ }
+ }
+ learun.code.encode({ id: 'lr_mycode_qrcode', text: data.stuInfo.StuNo });
+ })
+
+ $page.find('.sQrBtn1').on('tap', function () {
+ var loginInfo = learun.storage.get('userinfo');
+ var buildEntity = {};
+ buildEntity.UId = loginInfo.baseinfo.userId;
+
+ buildEntity.SId = stuNo;//'2018010129';
+
+ var param = {};
+ param.keyValue = '';
+ param.strEntity = JSON.stringify(buildEntity);
+
+ learun.layer.loading(true, '正在提交数据');
+ learun.httppost(config.webapi + 'learun/EducationalAdministration/R_EnterSchool/save', param, (data) => {
+ learun.layer.loading(false);
+ if (data) {// 表单数据保存成功
+ learun.layer.toast("添加成功");
+ learun.nav.closeCurrent();
+ var prepage = learun.nav.getpage('EducationalAdministration/R_EnterSchool');
+ prepage.init();
+ }
+ });
+ });
+
+ page.bind($page, param);
+
+ },
+ bind: function ($page, param) {
+
+ }, destroy: function (pageinfo) {
+ $header = null;
+ }
+ };
+
+ return page;
+
+
+
+})();
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/StudentQRCode.css b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/StudentQRCode.css
new file mode 100644
index 000000000..527d9024f
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/StudentQRCode.css
@@ -0,0 +1,106 @@
+#sQrCode {
+ height: 100%;
+ background-color: #EEF2F3;
+ padding-bottom: 30px;
+}
+
+.sTabBox {
+ line-height: 24px;
+ text-align: center;
+ margin-bottom: 18px;
+ color: #333;
+}
+
+ .sTabBox div {
+ display: inline-block;
+ width: 80px;
+ background-color: rgba(255, 255, 255, .7);
+ margin: 0 5px;
+ font-size: 14px;
+ border-radius: 2px;
+ }
+
+.sQrLogo {
+ background-image: url(images/xcBg.jpg);
+ background-size: 100% 100%;
+ text-align: center;
+ line-height: 0;
+ padding: 20px 0 70px;
+}
+
+.sQrLogoImg1 img {
+ width: 20%;
+}
+
+.sQrLogoImg1 {
+ margin-bottom: 10px;
+}
+
+.sQrLogoImg2 img {
+ width: 50%;
+}
+
+.sQrBox {
+ margin: -50px 20px 0;
+ background-color: #fff;
+ padding: 30px 38px;
+ border-radius: 10px;
+ -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+ -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+ box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
+}
+
+.sQrT {
+ font-weight: bold;
+ text-align: center;
+ font-size: 22px;
+ margin-bottom: 20px;
+ color: #000;
+}
+
+.sQrList {
+ background-color: #F8F8F8;
+ margin: 0 10px;
+ padding: 10px 30px;
+ border-radius: 4px
+}
+
+ .sQrList div {
+ padding: 7px 10px;
+ font-size: 14px;
+ color: #000;
+ border-top: 1px solid #D7D7D7;
+ }
+
+ .sQrList div:first-child {
+ border: 0;
+ }
+
+ .sQrList div span {
+ color: #AEAEAE;
+ margin-right: 10px;
+ }
+
+.sQrImg {
+ width: 145px;
+ height: 145px;
+ line-height: 0;
+ margin: 20px auto;
+}
+
+ .sQrImg img {
+ width: 100%;
+ }
+
+.sQrTxt {
+ margin-bottom: 10px;
+ text-align: center;
+ font-size: 16px;
+ font-weight: bold;
+ color: #AEAEAE;
+}
+
+.sQrText {
+ font-size: 14px;
+ color: #AEAEAE;
+}
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/StudentQRCode.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/StudentQRCode.html
new file mode 100644
index 000000000..080caba4a
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/StudentQRCode.html
@@ -0,0 +1,22 @@
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/StudentQRCode.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/StudentQRCode.js
new file mode 100644
index 000000000..8cf9a80cf
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/StudentQRCode/StudentQRCode.js
@@ -0,0 +1,54 @@
+(function () {
+ var keyValue = '';
+ var $header = null;
+ var page = {
+ isScroll: true,
+ init: function ($page, param) {
+ keyValue = param.keyValue;
+ // 添加头部按钮列表
+ $header = $page.parents('.f-page').find('.f-page-header');
+ // 取消
+
+ $page.find('#aa').on('tap', function () {
+ learun.nav.go({ path: 'EducationalAdministration/StudentQRCode/Normal', title: '正常', type: 'right' });
+ });
+ $page.find('#bb').on('tap', function () {
+ learun.nav.go({ path: 'EducationalAdministration/StudentQRCode/AbNormalWeak', title: '异常微弱', type: 'right' });
+ });
+ $page.find('#cc').on('tap', function () {
+ learun.nav.go({ path: 'EducationalAdministration/StudentQRCode/AbNormalSerious', title: '异常严重', type: 'right' });
+ });
+
+ var logininfo = learun.storage.get('userinfo');
+
+ //learun.httpget(config.webapi + 'learun/EducationalAdministration/StuInfoBasic/stuinfoDetail',logininfo.baseinfo.account, function (data) {
+ learun.httpget(config.webapi + 'learun/adms/EducationalAdministration/StuInfoBasic/stuinfoDetail','2018010108', function (data) {
+ console.log(data);
+ $('.sQrList div strong').eq(0).html(data.stuInfo.StuName);
+ $('.sQrList div strong').eq(1).html(data.majorInfo.MajorName);
+ $('.sQrList div strong').eq(2).html(data.classInfo.ClassName);
+ $('.sQrList div strong').eq(3).html(data.stuInfo.StuNo);
+ $('.sQrList div strong').eq(4).html(data.roomInfo);
+ //$('.sQrList div strong').eq(4).html(data.stuInfo.Photo); //学生照片
+
+ learun.code.encode({ id: 'lr_mycode_qrcode', text: data.stuInfo.StuNo });
+ })
+ //learun.code.encode({ id: 'lr_mycode_qrcode', text: '2019010211' });
+
+ },
+ bind: function ($page, param) {
+
+ }, destroy: function (pageinfo) {
+ $header = null;
+ keyValue = '';
+ }
+ };
+
+
+
+ //上传照片
+
+ return page;
+
+
+})();
\ No newline at end of file