From c43c150f202e0f3a6f009545058ac7cbdcf7bda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=99=93=E7=90=AA?= Date: Fri, 26 Aug 2022 11:17:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../www/scripts/weixinlogin.js | 2 +- .../LearunApp-2.2.0/.hbuilderx/launch.json | 4 + .../LearunApp-2.2.0/config.js | 4 +- .../LearunApp-2.2.0/manifest.json | 2 +- .../Thermography/measure/list.vue | 5 +- .../LearunApp-2.2.0/pages/login.vue | 2 +- .../pages/myAttendance/single.vue | 2 +- .../pages/studentAttendance/single.vue | 11 +-- .../LearunApp-2.2.0/pages/weixinLogin.vue | 90 +++++++++++++++++-- 9 files changed, 100 insertions(+), 22 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/scripts/weixinlogin.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/scripts/weixinlogin.js index 25040bdd0..e85594037 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/scripts/weixinlogin.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/scripts/weixinlogin.js @@ -1,4 +1,4 @@ -function GetQueryString(name) { +function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg);//search,查询?后面的参数,并匹配正则 if (r != null) return unescape(r[2]); return null; diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json index b9c0a3291..34b613be0 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json @@ -10,6 +10,10 @@ { "launchtype" : "remote" }, + "mp-weixin" : + { + "launchtype" : "remote" + }, "type" : "uniCloud" } ] diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js index 6cf431e21..f3f05ded3 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -21,8 +21,8 @@ export default { // "http://192.168.2.98:8088/" // ], "apiHost": [ - "http://localhost:31173/" - //"http://192.168.10.68:8002/" + // "http://localhost:31173/" + "http://192.168.10.68:8002/" ], "webHost":"http://localhost:20472/", // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json index bff0c2bc1..e201f3b01 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json @@ -119,7 +119,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxbc18c9bf92c86d28", + "appid" : "wx36f8c96ee26af75b", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Thermography/measure/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Thermography/measure/list.vue index 72b52976c..c227fb63f 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Thermography/measure/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Thermography/measure/list.vue @@ -508,6 +508,7 @@ export default{ text-align: center; font-size: 14px; color: #1a1a1a; + background-color: #ffffff; } .timeTableAlertLi.active { @@ -518,10 +519,6 @@ export default{ background-color: #fbfdff; } -.timeTableAlertLi:nth-child(2n - 1) { - background-color: #ffffff; -} - #MeasureTime { text-align: center; } diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue index 93c2abbfc..a6170c951 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue @@ -273,7 +273,7 @@ page { .otherLogin{ display: flex; - justify-content: right; + justify-content: flex-end; .textBtn{ width: 100px; color: #606266; diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/myAttendance/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/myAttendance/single.vue index db1c4bdef..a6e26cce8 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/myAttendance/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/myAttendance/single.vue @@ -38,7 +38,7 @@ - + {{ k.Sort }} diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/single.vue index a0a2db9b2..e16bb6b93 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/studentAttendance/single.vue @@ -36,7 +36,7 @@ 暂时没有信息 - + {{ weekData.rows[ind].StuName }} 学号: {{ weekData.rows[ind].StuNo }} @@ -55,7 +55,7 @@ {{ n.txt }} @@ -491,6 +491,7 @@ export default{ text-align: center; font-size: 14px; color: #1a1a1a; + background-color: #ffffff; } .timeTableAlertLi.active { @@ -500,8 +501,4 @@ export default{ .timeTableAlertLi:nth-child(2n) { background-color: #fbfdff; } - -.timeTableAlertLi:nth-child(2n - 1) { - background-color: #ffffff; -} diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue index 4a7041cc3..64fccc7a5 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/weixinLogin.vue @@ -31,7 +31,7 @@ - 确 认 + 确 认 常规登陆 @@ -68,11 +68,14 @@