|
@@ -4,28 +4,6 @@ var periodID = [];
|
|
|
var periodname = [];
|
|
|
var userId = utils_get_param("userId");
|
|
|
|
|
|
-function getUserId() {
|
|
|
- var use = getCookie("doibyUser");
|
|
|
- if (use == null) {
|
|
|
- location.href = "sign-in1.html?from=entrance-1&msg=nologin";
|
|
|
- if (userId == null) {
|
|
|
- userId = use;
|
|
|
- } else {
|
|
|
- // 指定新的userId
|
|
|
- //userId = use;
|
|
|
- }
|
|
|
- }
|
|
|
- if(userId == null || userId === undefined){
|
|
|
- location.href = "sign-in1.html?from=entrance-3&msg=from-cookie-userId-repeated-notdefined";
|
|
|
- }else{
|
|
|
- if(parseInt(userId) <= 0){
|
|
|
- location.href = "sign-in1.html?from=entrance-4&msg=from-cookie-parseOut0";
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-getUserId();
|
|
|
-
|
|
|
function page_document_load() {
|
|
|
new_data_group("denglu",function(gp){
|
|
|
if(gp.counter === 2){
|