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