|
@ -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))
|