Procházet zdrojové kódy

修改模板跳转登录页错误问题

lulihong před 6 roky
rodič
revize
9a160545c5
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      html/jkjy/js/article.js
  2. 1 1
      html/yszd/js/guidance-detail.js

+ 1 - 1
html/jkjy/js/article.js

@ -16,7 +16,7 @@ $(function(){
	article.closeWindow();
    if(!userAgent) {
        localStorage.setItem("toUser",toUser);
        window.location.href = server + "wx/html/home/html/zhmm-login.html?openid=" + openid+"&type="+pagetype;
        window.location.href = server + "wx/html/home/html/login.html?openid=" + openid+"&type="+pagetype;
        return false;
    }else{
        queryInit();

+ 1 - 1
html/yszd/js/guidance-detail.js

@ -18,7 +18,7 @@ $(function(){
	if(!userAgent) {
		localStorage.setItem("toUser",toUser);
		localStorage.setItem("id",id);
		window.location.href = server + "wx/html/home/html/zhmm-login.html?openid=" + openid+"&type="+pagetype;
		window.location.href = server + "wx/html/home/html/login.html?openid=" + openid+"&type="+pagetype;
		return false;
	}
	var newUaObj = JSON.parse(window.localStorage.getItem(agentName))