jason.lu 6 anni fa
parent
commit
d0687214f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
         }
     }