jason.lu před 6 roky
rodič
revize
d0687214f9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      sign-in1.html

+ 1 - 1
sign-in1.html

@@ -115,7 +115,7 @@
         }else{
             // TODO: 判断是否存在flowMaster,是否有权限
             setCookieWithTimeout("doibyUser", obj.userId);
-            alert("Cookie : " + getCookie("doibyUser"));
+            alert("欢迎登录!" + new Date().getFullYear() +""+(new Date().getMonth()+1) + "" + new Date().getDate() + getCookie("doibyUser"));
             location.href = "denglu.html?userId=" + obj.userId;
         }
     }