@@ -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";
}