; ?>'; if(tishi !== "" && uid > 0){ var chong = localStorage.getItem("tishi_chong"); if(chong*1 != 1){ layer.confirm(tishi, {btn: ['知道了'],zIndex: layer.zIndex, title:'温馨提示'},function(index, layero){ localStorage.setItem("tishi_chong", 1); layer.close(index); }); } } if(!referrer || referrer === ""){ referrer = document.referrer; } if(referrer && referrer !== ""){ var old_r = localStorage.getItem("referrer"); if(!old_r || old_r === ""){ localStorage.setItem("referrer", referrer); } } if(!SheiBeiId || SheiBeiId === ""){ layui.$.post("/user/shebei.html", {}, function(data){ if(data.success){ localStorage.setItem("SHEBEIID", data.id); document.cookie = "SHEBEIID="+data.id; } }, 'json'); }else{ document.cookie = "SHEBEIID="+SheiBeiId; } var she_state = layui.$("#tousu-div"); if( ( !she_state || she_state.attr("code")*1 != 1 ) && uid > 0 ){ layui.$.post("/tousu/user_weichuli.html", {}, function(data){ if(data.success){ layer.open({ type: 1, skin: 'layui-layer-lan', shade: false, btn: ['稍后','立即处理'], title: '特别提示', area: ['420px', '239px'], content: data.message, offset: 'rb', btn1:function(){ layer.closeAll(); }, btn2:function(){ layer.closeAll(); window.location.href = "/user/tousu.html"; } }); } }, 'json'); } }); function dispayTable(datalist){ if(typeof(aotoTable) !== "undefined"){ aotoTable(datalist); }else{ layer.open({ type: 1, title: "请选择快递下单类型", content: layui.$("#xuanzhe"), skin: 'caozuokuang', area: ['360px', '168px'], zIndex: layer.zIndex }); } } function getNowFormatDate() { var date = new Date(); var seperator1 = "-"; var year = date.getFullYear(); var month = date.getMonth() + 1; var strDate = date.getDate(); if (month >= 1 && month <= 9) { month = "0" + month; } strDate = "0" + parseInt(strDate/6); var currentdate = year + seperator1 + month + seperator1 + strDate; return currentdate; }