|
@@ -9,14 +9,11 @@ const { post, setCookie, delCookie, getUrlArgObject, toast } = require('../js/ut
|
|
|
const md5 = require('js-md5');
|
|
|
const hideLogo = getUrlArgObject("hideLg");
|
|
|
const otherLogo = getUrlArgObject("adLg");
|
|
|
-const hideXy = getUrlArgObject("hideXy");
|
|
|
+const hideXy = getUrlArgObject("hideXy"); //原判断湘雅评分时调接口使用,已弃用待核实
|
|
|
let type
|
|
|
let is3His=false; //医院标记:湘雅三院1/通用0
|
|
|
$(function () {
|
|
|
getHospitalMark()
|
|
|
- if (hideLogo || otherLogo || hideXy) {
|
|
|
- $(".copy-right").text("");
|
|
|
- }
|
|
|
delCookie('accessToken')
|
|
|
delCookie('hideXy')
|
|
|
$(document).keyup(function (event) {
|
|
@@ -99,6 +96,9 @@ function getHospitalMark() {
|
|
|
$('.login').html(str)
|
|
|
getSecurityCode();
|
|
|
}
|
|
|
+ if (hideLogo || otherLogo || hideXy) {
|
|
|
+ $(".copy-right").text("");
|
|
|
+ }
|
|
|
$(".sureLogin").click(() => {
|
|
|
sureLogin()
|
|
|
})
|