|
@ -95,7 +95,7 @@ function handleBusiness(){
|
|
|
localStorage.setItem("doccode",invitationState);
|
|
|
}
|
|
|
|
|
|
//window.location.href = server + "wx/html/home/html/zhmm-login.html?type=" + pagetype + "&openid=" + openid;
|
|
|
//window.location.href = server + "wx/html/home/html/login.html?type=" + pagetype + "&openid=" + openid;
|
|
|
}
|
|
|
|
|
|
data = { doctor: doctor };
|
|
@ -576,7 +576,7 @@ function startSign() {
|
|
|
if(!userAgent) {
|
|
|
var params = JSON.stringify({doctor: doctor});
|
|
|
localStorage.setItem("doccode",doctor);
|
|
|
window.location.href = server + "wx/html/home/html/zhmm-login.html?type=" + pagetype + "&openid=" + openid+"&loginParams="+params;
|
|
|
window.location.href = server + "wx/html/home/html/login.html?type=" + pagetype + "&openid=" + openid+"&loginParams="+params;
|
|
|
}
|
|
|
|
|
|
if(isQr != false) {
|