jason.lu 6 년 전
부모
커밋
d0687214f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
         }
     }