소스 검색

Changed on Login Stuff and visibility control.

jason.lu 7 년 전
부모
커밋
563724b011
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      js/common.js

+ 2 - 0
js/common.js

@@ -14,6 +14,8 @@ function getUserId() {
     }else{
         if(parseInt(userId) <= 0){
             location.href = "sign-in1.html?from=entrance-4&msg=from-cookie-parseOut0";
+        }else{
+            location.href = "sign-in1.html?from=entrance-4&msg=must-auth";
         }
     }
 }