update: 更新layui2.5.6
parent
bbcca07132
commit
75b6103571
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
/** layui-v2.5.5 MIT License By https://www.layui.com */
|
||||
/** layui-v2.5.6 MIT License By https://www.layui.com */
|
||||
html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #e2e2e2;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:32px;line-height:32px;border-bottom:1px solid #e2e2e2}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 277 KiB After Width: | Height: | Size: 299 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,2 +1,2 @@
|
|||
/** layui-v2.5.5 MIT License By https://www.layui.com */
|
||||
/** layui-v2.5.6 MIT License By https://www.layui.com */
|
||||
;layui.define("jquery",function(e){"use strict";var i=layui.$,n=(layui.hint(),layui.device(),{config:{},set:function(e){var n=this;return n.config=i.extend({},n.config,e),n},on:function(e,i){return layui.onevent.call(this,t,e,i)}}),t="carousel",a="layui-this",l=">*[carousel-item]>*",o="layui-carousel-left",r="layui-carousel-right",d="layui-carousel-prev",s="layui-carousel-next",u="layui-carousel-arrow",c="layui-carousel-ind",m=function(e){var t=this;t.config=i.extend({},t.config,n.config,e),t.render()};m.prototype.config={width:"600px",height:"280px",full:!1,arrow:"hover",indicator:"inside",autoplay:!0,interval:3e3,anim:"",trigger:"click",index:0},m.prototype.render=function(){var e=this,n=e.config;n.elem=i(n.elem),n.elem[0]&&(e.elemItem=n.elem.find(l),n.index<0&&(n.index=0),n.index>=e.elemItem.length&&(n.index=e.elemItem.length-1),n.interval<800&&(n.interval=800),n.full?n.elem.css({position:"fixed",width:"100%",height:"100%",zIndex:9999}):n.elem.css({width:n.width,height:n.height}),n.elem.attr("lay-anim",n.anim),e.elemItem.eq(n.index).addClass(a),e.elemItem.length<=1||(e.indicator(),e.arrow(),e.autoplay(),e.events()))},m.prototype.reload=function(e){var n=this;clearInterval(n.timer),n.config=i.extend({},n.config,e),n.render()},m.prototype.prevIndex=function(){var e=this,i=e.config,n=i.index-1;return n<0&&(n=e.elemItem.length-1),n},m.prototype.nextIndex=function(){var e=this,i=e.config,n=i.index+1;return n>=e.elemItem.length&&(n=0),n},m.prototype.addIndex=function(e){var i=this,n=i.config;e=e||1,n.index=n.index+e,n.index>=i.elemItem.length&&(n.index=0)},m.prototype.subIndex=function(e){var i=this,n=i.config;e=e||1,n.index=n.index-e,n.index<0&&(n.index=i.elemItem.length-1)},m.prototype.autoplay=function(){var e=this,i=e.config;i.autoplay&&(clearInterval(e.timer),e.timer=setInterval(function(){e.slide()},i.interval))},m.prototype.arrow=function(){var e=this,n=e.config,t=i(['<button class="layui-icon '+u+'" lay-type="sub">'+("updown"===n.anim?"":"")+"</button>",'<button class="layui-icon '+u+'" lay-type="add">'+("updown"===n.anim?"":"")+"</button>"].join(""));n.elem.attr("lay-arrow",n.arrow),n.elem.find("."+u)[0]&&n.elem.find("."+u).remove(),n.elem.append(t),t.on("click",function(){var n=i(this),t=n.attr("lay-type");e.slide(t)})},m.prototype.indicator=function(){var e=this,n=e.config,t=e.elemInd=i(['<div class="'+c+'"><ul>',function(){var i=[];return layui.each(e.elemItem,function(e){i.push("<li"+(n.index===e?' class="layui-this"':"")+"></li>")}),i.join("")}(),"</ul></div>"].join(""));n.elem.attr("lay-indicator",n.indicator),n.elem.find("."+c)[0]&&n.elem.find("."+c).remove(),n.elem.append(t),"updown"===n.anim&&t.css("margin-top",-(t.height()/2)),t.find("li").on("hover"===n.trigger?"mouseover":n.trigger,function(){var t=i(this),a=t.index();a>n.index?e.slide("add",a-n.index):a<n.index&&e.slide("sub",n.index-a)})},m.prototype.slide=function(e,i){var n=this,l=n.elemItem,u=n.config,c=u.index,m=u.elem.attr("lay-filter");n.haveSlide||("sub"===e?(n.subIndex(i),l.eq(u.index).addClass(d),setTimeout(function(){l.eq(c).addClass(r),l.eq(u.index).addClass(r)},50)):(n.addIndex(i),l.eq(u.index).addClass(s),setTimeout(function(){l.eq(c).addClass(o),l.eq(u.index).addClass(o)},50)),setTimeout(function(){l.removeClass(a+" "+d+" "+s+" "+o+" "+r),l.eq(u.index).addClass(a),n.haveSlide=!1},300),n.elemInd.find("li").eq(u.index).addClass(a).siblings().removeClass(a),n.haveSlide=!0,layui.event.call(this,t,"change("+m+")",{index:u.index,prevIndex:c,item:l.eq(u.index)}))},m.prototype.events=function(){var e=this,i=e.config;i.elem.data("haveEvents")||(i.elem.on("mouseenter",function(){clearInterval(e.timer)}).on("mouseleave",function(){e.autoplay()}),i.elem.data("haveEvents",!0))},n.render=function(e){var i=new m(e);return i},e(t,n)});
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
/** layui-v2.5.5 MIT License By https://www.layui.com */
|
||||
/** layui-v2.5.6 MIT License By https://www.layui.com */
|
||||
;layui.define("jquery",function(e){"use strict";var a=layui.$,l="http://www.layui.com/doc/modules/code.html";e("code",function(e){var t=[];e=e||{},e.elem=a(e.elem||".layui-code"),e.about=!("about"in e)||e.about,e.elem.each(function(){t.push(this)}),layui.each(t.reverse(),function(t,i){var c=a(i),o=c.html();(c.attr("lay-encode")||e.encode)&&(o=o.replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/'/g,"'").replace(/"/g,""")),c.html('<ol class="layui-code-ol"><li>'+o.replace(/[\r\t\n]+/g,"</li><li>")+"</li></ol>"),c.find(">.layui-code-h3")[0]||c.prepend('<h3 class="layui-code-h3">'+(c.attr("lay-title")||e.title||"code")+(e.about?'<a href="'+l+'" target="_blank">layui.code</a>':"")+"</h3>");var d=c.find(">.layui-code-ol");c.addClass("layui-box layui-code-view"),(c.attr("lay-skin")||e.skin)&&c.addClass("layui-code-"+(c.attr("lay-skin")||e.skin)),(d.find("li").length/100|0)>0&&d.css("margin-left",(d.find("li").length/100|0)+"px"),(c.attr("lay-height")||e.height)&&d.css("max-height",c.attr("lay-height")||e.height)})})}).addcss("modules/code.css","skincodecss");
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
/** layui-v2.5.5 MIT License By https://www.layui.com */
|
||||
;layui.define("jquery",function(e){"use strict";var l=layui.$,o=function(e){},t='<i class="layui-anim layui-anim-rotate layui-anim-loop layui-icon "></i>';o.prototype.load=function(e){var o,i,n,r,a=this,c=0;e=e||{};var f=l(e.elem);if(f[0]){var m=l(e.scrollElem||document),u=e.mb||50,s=!("isAuto"in e)||e.isAuto,v=e.end||"没有更多了",y=e.scrollElem&&e.scrollElem!==document,d="<cite>加载更多</cite>",h=l('<div class="layui-flow-more"><a href="javascript:;">'+d+"</a></div>");f.find(".layui-flow-more")[0]||f.append(h);var p=function(e,t){e=l(e),h.before(e),t=0==t||null,t?h.html(v):h.find("a").html(d),i=t,o=null,n&&n()},g=function(){o=!0,h.find("a").html(t),"function"==typeof e.done&&e.done(++c,p)};if(g(),h.find("a").on("click",function(){l(this);i||o||g()}),e.isLazyimg)var n=a.lazyimg({elem:e.elem+" img",scrollElem:e.scrollElem});return s?(m.on("scroll",function(){var e=l(this),t=e.scrollTop();r&&clearTimeout(r),i||(r=setTimeout(function(){var i=y?e.height():l(window).height(),n=y?e.prop("scrollHeight"):document.documentElement.scrollHeight;n-t-i<=u&&(o||g())},100))}),a):a}},o.prototype.lazyimg=function(e){var o,t=this,i=0;e=e||{};var n=l(e.scrollElem||document),r=e.elem||"img",a=e.scrollElem&&e.scrollElem!==document,c=function(e,l){var o=n.scrollTop(),r=o+l,c=a?function(){return e.offset().top-n.offset().top+o}():e.offset().top;if(c>=o&&c<=r&&!e.attr("src")){var m=e.attr("lay-src");layui.img(m,function(){var l=t.lazyimg.elem.eq(i);e.attr("src",m).removeAttr("lay-src"),l[0]&&f(l),i++})}},f=function(e,o){var f=a?(o||n).height():l(window).height(),m=n.scrollTop(),u=m+f;if(t.lazyimg.elem=l(r),e)c(e,f);else for(var s=0;s<t.lazyimg.elem.length;s++){var v=t.lazyimg.elem.eq(s),y=a?function(){return v.offset().top-n.offset().top+m}():v.offset().top;if(c(v,f),i=s,y>u)break}};if(f(),!o){var m;n.on("scroll",function(){var e=l(this);m&&clearTimeout(m),m=setTimeout(function(){f(null,e)},50)}),o=!0}return f},e("flow",new o)});
|
||||
/** layui-v2.5.6 MIT License By https://www.layui.com */
|
||||
;layui.define("jquery",function(e){"use strict";var l=layui.$,o=function(e){},t='<i class="layui-anim layui-anim-rotate layui-anim-loop layui-icon "></i>';o.prototype.load=function(e){var o,i,n,r,a=this,c=0;e=e||{};var f=l(e.elem);if(f[0]){var m=l(e.scrollElem||document),u=e.mb||50,s=!("isAuto"in e)||e.isAuto,v=e.end||"没有更多了",y=e.scrollElem&&e.scrollElem!==document,d="<cite>加载更多</cite>",h=l('<div class="layui-flow-more"><a href="javascript:;">'+d+"</a></div>");f.find(".layui-flow-more")[0]||f.append(h);var p=function(e,t){e=l(e),h.before(e),t=0==t||null,t?h.html(v):h.find("a").html(d),i=t,o=null,n&&n()},g=function(){o=!0,h.find("a").html(t),"function"==typeof e.done&&e.done(++c,p)};if(g(),h.find("a").on("click",function(){l(this);i||o||g()}),e.isLazyimg)var n=a.lazyimg({elem:e.elem+" img",scrollElem:e.scrollElem});return s?(m.on("scroll",function(){var e=l(this),t=e.scrollTop();r&&clearTimeout(r),!i&&f.width()&&(r=setTimeout(function(){var i=y?e.height():l(window).height(),n=y?e.prop("scrollHeight"):document.documentElement.scrollHeight;n-t-i<=u&&(o||g())},100))}),a):a}},o.prototype.lazyimg=function(e){var o,t=this,i=0;e=e||{};var n=l(e.scrollElem||document),r=e.elem||"img",a=e.scrollElem&&e.scrollElem!==document,c=function(e,l){var o=n.scrollTop(),r=o+l,c=a?function(){return e.offset().top-n.offset().top+o}():e.offset().top;if(c>=o&&c<=r&&!e.attr("src")){var m=e.attr("lay-src");layui.img(m,function(){var l=t.lazyimg.elem.eq(i);e.attr("src",m).removeAttr("lay-src"),l[0]&&f(l),i++})}},f=function(e,o){var f=a?(o||n).height():l(window).height(),m=n.scrollTop(),u=m+f;if(t.lazyimg.elem=l(r),e)c(e,f);else for(var s=0;s<t.lazyimg.elem.length;s++){var v=t.lazyimg.elem.eq(s),y=a?function(){return v.offset().top-n.offset().top+m}():v.offset().top;if(c(v,f),i=s,y>u)break}};if(f(),!o){var m;n.on("scroll",function(){var e=l(this);m&&clearTimeout(m),m=setTimeout(function(){f(null,e)},50)}),o=!0}return f},e("flow",new o)});
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
/** layui-v2.5.5 MIT License By https://www.layui.com */
|
||||
/** layui-v2.5.6 MIT License By https://www.layui.com */
|
||||
;layui.define(function(e){"use strict";var a=document,t="getElementById",n="getElementsByTagName",i="laypage",r="layui-disabled",u=function(e){var a=this;a.config=e||{},a.config.index=++s.index,a.render(!0)};u.prototype.type=function(){var e=this.config;if("object"==typeof e.elem)return void 0===e.elem.length?2:3},u.prototype.view=function(){var e=this,a=e.config,t=a.groups="groups"in a?0|a.groups:5;a.layout="object"==typeof a.layout?a.layout:["prev","page","next"],a.count=0|a.count,a.curr=0|a.curr||1,a.limits="object"==typeof a.limits?a.limits:[10,20,30,40,50],a.limit=0|a.limit||10,a.pages=Math.ceil(a.count/a.limit)||1,a.curr>a.pages&&(a.curr=a.pages),t<0?t=1:t>a.pages&&(t=a.pages),a.prev="prev"in a?a.prev:"上一页",a.next="next"in a?a.next:"下一页";var n=a.pages>t?Math.ceil((a.curr+(t>1?1:0))/(t>0?t:1)):1,i={prev:function(){return a.prev?'<a href="javascript:;" class="layui-laypage-prev'+(1==a.curr?" "+r:"")+'" data-page="'+(a.curr-1)+'">'+a.prev+"</a>":""}(),page:function(){var e=[];if(a.count<1)return"";n>1&&a.first!==!1&&0!==t&&e.push('<a href="javascript:;" class="layui-laypage-first" data-page="1" title="首页">'+(a.first||1)+"</a>");var i=Math.floor((t-1)/2),r=n>1?a.curr-i:1,u=n>1?function(){var e=a.curr+(t-i-1);return e>a.pages?a.pages:e}():t;for(u-r<t-1&&(r=u-t+1),a.first!==!1&&r>2&&e.push('<span class="layui-laypage-spr">…</span>');r<=u;r++)r===a.curr?e.push('<span class="layui-laypage-curr"><em class="layui-laypage-em" '+(/^#/.test(a.theme)?'style="background-color:'+a.theme+';"':"")+"></em><em>"+r+"</em></span>"):e.push('<a href="javascript:;" data-page="'+r+'">'+r+"</a>");return a.pages>t&&a.pages>u&&a.last!==!1&&(u+1<a.pages&&e.push('<span class="layui-laypage-spr">…</span>'),0!==t&&e.push('<a href="javascript:;" class="layui-laypage-last" title="尾页" data-page="'+a.pages+'">'+(a.last||a.pages)+"</a>")),e.join("")}(),next:function(){return a.next?'<a href="javascript:;" class="layui-laypage-next'+(a.curr==a.pages?" "+r:"")+'" data-page="'+(a.curr+1)+'">'+a.next+"</a>":""}(),count:'<span class="layui-laypage-count">共 '+a.count+" 条</span>",limit:function(){var e=['<span class="layui-laypage-limits"><select lay-ignore>'];return layui.each(a.limits,function(t,n){e.push('<option value="'+n+'"'+(n===a.limit?"selected":"")+">"+n+" 条/页</option>")}),e.join("")+"</select></span>"}(),refresh:['<a href="javascript:;" data-page="'+a.curr+'" class="layui-laypage-refresh">','<i class="layui-icon layui-icon-refresh"></i>',"</a>"].join(""),skip:function(){return['<span class="layui-laypage-skip">到第','<input type="text" min="1" value="'+a.curr+'" class="layui-input">','页<button type="button" class="layui-laypage-btn">确定</button>',"</span>"].join("")}()};return['<div class="layui-box layui-laypage layui-laypage-'+(a.theme?/^#/.test(a.theme)?"molv":a.theme:"default")+'" id="layui-laypage-'+a.index+'">',function(){var e=[];return layui.each(a.layout,function(a,t){i[t]&&e.push(i[t])}),e.join("")}(),"</div>"].join("")},u.prototype.jump=function(e,a){if(e){var t=this,i=t.config,r=e.children,u=e[n]("button")[0],l=e[n]("input")[0],p=e[n]("select")[0],c=function(){var e=0|l.value.replace(/\s|\D/g,"");e&&(i.curr=e,t.render())};if(a)return c();for(var o=0,y=r.length;o<y;o++)"a"===r[o].nodeName.toLowerCase()&&s.on(r[o],"click",function(){var e=0|this.getAttribute("data-page");e<1||e>i.pages||(i.curr=e,t.render())});p&&s.on(p,"change",function(){var e=this.value;i.curr*e>i.count&&(i.curr=Math.ceil(i.count/e)),i.limit=e,t.render()}),u&&s.on(u,"click",function(){c()})}},u.prototype.skip=function(e){if(e){var a=this,t=e[n]("input")[0];t&&s.on(t,"keyup",function(t){var n=this.value,i=t.keyCode;/^(37|38|39|40)$/.test(i)||(/\D/.test(n)&&(this.value=n.replace(/\D/,"")),13===i&&a.jump(e,!0))})}},u.prototype.render=function(e){var n=this,i=n.config,r=n.type(),u=n.view();2===r?i.elem&&(i.elem.innerHTML=u):3===r?i.elem.html(u):a[t](i.elem)&&(a[t](i.elem).innerHTML=u),i.jump&&i.jump(i,e);var s=a[t]("layui-laypage-"+i.index);n.jump(s),i.hash&&!e&&(location.hash="!"+i.hash+"="+i.curr),n.skip(s)};var s={render:function(e){var a=new u(e);return a.index},index:layui.laypage?layui.laypage.index+1e4:0,on:function(e,a,t){return e.attachEvent?e.attachEvent("on"+a,function(a){a.target=a.srcElement,t.call(e,a)}):e.addEventListener(a,t,!1),this}};e(i,s)});
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
/** layui-v2.5.5 MIT License By https://www.layui.com */
|
||||
/** layui-v2.5.6 MIT License By https://www.layui.com */
|
||||
;layui.define(function(e){"use strict";var r={open:"{{",close:"}}"},c={exp:function(e){return new RegExp(e,"g")},query:function(e,c,t){var o=["#([\\s\\S])+?","([^{#}])*?"][e||0];return n((c||"")+r.open+o+r.close+(t||""))},escape:function(e){return String(e||"").replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/'/g,"'").replace(/"/g,""")},error:function(e,r){var c="Laytpl Error:";return"object"==typeof console&&console.error(c+e+"\n"+(r||"")),c+e}},n=c.exp,t=function(e){this.tpl=e};t.pt=t.prototype,window.errors=0,t.pt.parse=function(e,t){var o=this,p=e,a=n("^"+r.open+"#",""),l=n(r.close+"$","");e=e.replace(/\s+|\r|\t|\n/g," ").replace(n(r.open+"#"),r.open+"# ").replace(n(r.close+"}"),"} "+r.close).replace(/\\/g,"\\\\").replace(n(r.open+"!(.+?)!"+r.close),function(e){return e=e.replace(n("^"+r.open+"!"),"").replace(n("!"+r.close),"").replace(n(r.open+"|"+r.close),function(e){return e.replace(/(.)/g,"\\$1")})}).replace(/(?="|')/g,"\\").replace(c.query(),function(e){return e=e.replace(a,"").replace(l,""),'";'+e.replace(/\\/g,"")+';view+="'}).replace(c.query(1),function(e){var c='"+(';return e.replace(/\s/g,"")===r.open+r.close?"":(e=e.replace(n(r.open+"|"+r.close),""),/^=/.test(e)&&(e=e.replace(/^=/,""),c='"+_escape_('),c+e.replace(/\\/g,"")+')+"')}),e='"use strict";var view = "'+e+'";return view;';try{return o.cache=e=new Function("d, _escape_",e),e(t,c.escape)}catch(u){return delete o.cache,c.error(u,p)}},t.pt.render=function(e,r){var n,t=this;return e?(n=t.cache?t.cache(e,c.escape):t.parse(t.tpl,e),r?void r(n):n):c.error("no data")};var o=function(e){return"string"!=typeof e?c.error("Template not found"):new t(e)};o.config=function(e){e=e||{};for(var c in e)r[c]=e[c]},o.v="1.2.0",e("laytpl",o)});
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
/** layui-v2.5.5 MIT License By https://www.layui.com */
|
||||
/** layui-v2.5.6 MIT License By https://www.layui.com */
|
||||
;layui.define("jquery",function(e){"use strict";var a=layui.jquery,i={config:{},index:layui.rate?layui.rate.index+1e4:0,set:function(e){var i=this;return i.config=a.extend({},i.config,e),i},on:function(e,a){return layui.onevent.call(this,n,e,a)}},l=function(){var e=this,a=e.config;return{setvalue:function(a){e.setvalue.call(e,a)},config:a}},n="rate",t="layui-rate",o="layui-icon-rate",s="layui-icon-rate-solid",u="layui-icon-rate-half",r="layui-icon-rate-solid layui-icon-rate-half",c="layui-icon-rate-solid layui-icon-rate",f="layui-icon-rate layui-icon-rate-half",v=function(e){var l=this;l.index=++i.index,l.config=a.extend({},l.config,i.config,e),l.render()};v.prototype.config={length:5,text:!1,readonly:!1,half:!1,value:0,theme:""},v.prototype.render=function(){var e=this,i=e.config,l=i.theme?'style="color: '+i.theme+';"':"";i.elem=a(i.elem),parseInt(i.value)!==i.value&&(i.half||(i.value=Math.ceil(i.value)-i.value<.5?Math.ceil(i.value):Math.floor(i.value)));for(var n='<ul class="layui-rate" '+(i.readonly?"readonly":"")+">",u=1;u<=i.length;u++){var r='<li class="layui-inline"><i class="layui-icon '+(u>Math.floor(i.value)?o:s)+'" '+l+"></i></li>";i.half&&parseInt(i.value)!==i.value&&u==Math.ceil(i.value)?n=n+'<li><i class="layui-icon layui-icon-rate-half" '+l+"></i></li>":n+=r}n+="</ul>"+(i.text?'<span class="layui-inline">'+i.value+"星":"")+"</span>";var c=i.elem,f=c.next("."+t);f[0]&&f.remove(),e.elemTemp=a(n),i.span=e.elemTemp.next("span"),i.setText&&i.setText(i.value),c.html(e.elemTemp),c.addClass("layui-inline"),i.readonly||e.action()},v.prototype.setvalue=function(e){var a=this,i=a.config;i.value=e,a.render()},v.prototype.action=function(){var e=this,i=e.config,l=e.elemTemp,n=l.find("i").width();l.children("li").each(function(e){var t=e+1,v=a(this);v.on("click",function(e){if(i.value=t,i.half){var o=e.pageX-a(this).offset().left;o<=n/2&&(i.value=i.value-.5)}i.text&&l.next("span").text(i.value+"星"),i.choose&&i.choose(i.value),i.setText&&i.setText(i.value)}),v.on("mousemove",function(e){if(l.find("i").each(function(){a(this).addClass(o).removeClass(r)}),l.find("i:lt("+t+")").each(function(){a(this).addClass(s).removeClass(f)}),i.half){var c=e.pageX-a(this).offset().left;c<=n/2&&v.children("i").addClass(u).removeClass(s)}}),v.on("mouseleave",function(){l.find("i").each(function(){a(this).addClass(o).removeClass(r)}),l.find("i:lt("+Math.floor(i.value)+")").each(function(){a(this).addClass(s).removeClass(f)}),i.half&&parseInt(i.value)!==i.value&&l.children("li:eq("+Math.floor(i.value)+")").children("i").addClass(u).removeClass(c)})})},v.prototype.events=function(){var e=this;e.config},i.render=function(e){var a=new v(e);return l.call(a)},e(n,i)});
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
/** layui-v2.5.5 MIT License By https://www.layui.com */
|
||||
;layui.define("jquery",function(t){"use strict";var e=layui.$,i={fixbar:function(t){var i,n,a="layui-fixbar",o="layui-fixbar-top",r=e(document),l=e("body");t=e.extend({showHeight:200},t),t.bar1=t.bar1===!0?"":t.bar1,t.bar2=t.bar2===!0?"":t.bar2,t.bgcolor=t.bgcolor?"background-color:"+t.bgcolor:"";var c=[t.bar1,t.bar2,""],g=e(['<ul class="'+a+'">',t.bar1?'<li class="layui-icon" lay-type="bar1" style="'+t.bgcolor+'">'+c[0]+"</li>":"",t.bar2?'<li class="layui-icon" lay-type="bar2" style="'+t.bgcolor+'">'+c[1]+"</li>":"",'<li class="layui-icon '+o+'" lay-type="top" style="'+t.bgcolor+'">'+c[2]+"</li>","</ul>"].join("")),s=g.find("."+o),u=function(){var e=r.scrollTop();e>=t.showHeight?i||(s.show(),i=1):i&&(s.hide(),i=0)};e("."+a)[0]||("object"==typeof t.css&&g.css(t.css),l.append(g),u(),g.find("li").on("click",function(){var i=e(this),n=i.attr("lay-type");"top"===n&&e("html,body").animate({scrollTop:0},200),t.click&&t.click.call(this,n)}),r.on("scroll",function(){clearTimeout(n),n=setTimeout(function(){u()},100)}))},countdown:function(t,e,i){var n=this,a="function"==typeof e,o=new Date(t).getTime(),r=new Date(!e||a?(new Date).getTime():e).getTime(),l=o-r,c=[Math.floor(l/864e5),Math.floor(l/36e5)%24,Math.floor(l/6e4)%60,Math.floor(l/1e3)%60];a&&(i=e);var g=setTimeout(function(){n.countdown(t,r+1e3,i)},1e3);return i&&i(l>0?c:[0,0,0,0],e,g),l<=0&&clearTimeout(g),g},timeAgo:function(t,e){var i=this,n=[[],[]],a=(new Date).getTime()-new Date(t).getTime();return a>6912e5?(a=new Date(t),n[0][0]=i.digit(a.getFullYear(),4),n[0][1]=i.digit(a.getMonth()+1),n[0][2]=i.digit(a.getDate()),e||(n[1][0]=i.digit(a.getHours()),n[1][1]=i.digit(a.getMinutes()),n[1][2]=i.digit(a.getSeconds())),n[0].join("-")+" "+n[1].join(":")):a>=864e5?(a/1e3/60/60/24|0)+"天前":a>=36e5?(a/1e3/60/60|0)+"小时前":a>=12e4?(a/1e3/60|0)+"分钟前":a<0?"未来":"刚刚"},digit:function(t,e){var i="";t=String(t),e=e||2;for(var n=t.length;n<e;n++)i+="0";return t<Math.pow(10,e)?i+(0|t):t},toDateString:function(t,e){var i=this,n=new Date(t||new Date),a=[i.digit(n.getFullYear(),4),i.digit(n.getMonth()+1),i.digit(n.getDate())],o=[i.digit(n.getHours()),i.digit(n.getMinutes()),i.digit(n.getSeconds())];return e=e||"yyyy-MM-dd HH:mm:ss",e.replace(/yyyy/g,a[0]).replace(/MM/g,a[1]).replace(/dd/g,a[2]).replace(/HH/g,o[0]).replace(/mm/g,o[1]).replace(/ss/g,o[2])},escape:function(t){return String(t||"").replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/'/g,"'").replace(/"/g,""")},event:function(t,n,a){n=i.event[t]=e.extend(!0,i.event[t],n)||{},e("body").on(a||"click","*["+t+"]",function(){var i=e(this),a=i.attr(t);n[a]&&n[a].call(this,i)})}};!function(t,e,i){"$:nomunge";function n(){a=e[l](function(){o.each(function(){var e=t(this),i=e.width(),n=e.height(),a=t.data(this,g);(i!==a.w||n!==a.h)&&e.trigger(c,[a.w=i,a.h=n])}),n()},r[s])}var a,o=t([]),r=t.resize=t.extend(t.resize,{}),l="setTimeout",c="resize",g=c+"-special-event",s="delay",u="throttleWindow";r[s]=250,r[u]=!0,t.event.special[c]={setup:function(){if(!r[u]&&this[l])return!1;var e=t(this);o=o.add(e),t.data(this,g,{w:e.width(),h:e.height()}),1===o.length&&n()},teardown:function(){if(!r[u]&&this[l])return!1;var e=t(this);o=o.not(e),e.removeData(g),o.length||clearTimeout(a)},add:function(e){function n(e,n,o){var r=t(this),l=t.data(this,g)||{};l.w=n!==i?n:r.width(),l.h=o!==i?o:r.height(),a.apply(this,arguments)}if(!r[u]&&this[l])return!1;var a;return t.isFunction(e)?(a=e,n):(a=e.handler,void(e.handler=n))}}}(e,window),t("util",i)});
|
||||
/** layui-v2.5.6 MIT License By https://www.layui.com */
|
||||
;layui.define("jquery",function(e){"use strict";var t=layui.$,i={fixbar:function(e){var i,n,a="layui-fixbar",o="layui-fixbar-top",r=t(document),l=t("body");e=t.extend({showHeight:200},e),e.bar1=e.bar1===!0?"":e.bar1,e.bar2=e.bar2===!0?"":e.bar2,e.bgcolor=e.bgcolor?"background-color:"+e.bgcolor:"";var c=[e.bar1,e.bar2,""],u=t(['<ul class="'+a+'">',e.bar1?'<li class="layui-icon" lay-type="bar1" style="'+e.bgcolor+'">'+c[0]+"</li>":"",e.bar2?'<li class="layui-icon" lay-type="bar2" style="'+e.bgcolor+'">'+c[1]+"</li>":"",'<li class="layui-icon '+o+'" lay-type="top" style="'+e.bgcolor+'">'+c[2]+"</li>","</ul>"].join("")),g=u.find("."+o),s=function(){var t=r.scrollTop();t>=e.showHeight?i||(g.show(),i=1):i&&(g.hide(),i=0)};t("."+a)[0]||("object"==typeof e.css&&u.css(e.css),l.append(u),s(),u.find("li").on("click",function(){var i=t(this),n=i.attr("lay-type");"top"===n&&t("html,body").animate({scrollTop:0},200),e.click&&e.click.call(this,n)}),r.on("scroll",function(){clearTimeout(n),n=setTimeout(function(){s()},100)}))},countdown:function(e,t,i){var n=this,a="function"==typeof t,o=new Date(e).getTime(),r=new Date(!t||a?(new Date).getTime():t).getTime(),l=o-r,c=[Math.floor(l/864e5),Math.floor(l/36e5)%24,Math.floor(l/6e4)%60,Math.floor(l/1e3)%60];a&&(i=t);var u=setTimeout(function(){n.countdown(e,r+1e3,i)},1e3);return i&&i(l>0?c:[0,0,0,0],t,u),l<=0&&clearTimeout(u),u},timeAgo:function(e,t){var i=this,n=[[],[]],a=(new Date).getTime()-new Date(e).getTime();return a>26784e5?(a=new Date(e),n[0][0]=i.digit(a.getFullYear(),4),n[0][1]=i.digit(a.getMonth()+1),n[0][2]=i.digit(a.getDate()),t||(n[1][0]=i.digit(a.getHours()),n[1][1]=i.digit(a.getMinutes()),n[1][2]=i.digit(a.getSeconds())),n[0].join("-")+" "+n[1].join(":")):a>=864e5?(a/1e3/60/60/24|0)+"天前":a>=36e5?(a/1e3/60/60|0)+"小时前":a>=18e4?(a/1e3/60|0)+"分钟前":a<0?"未来":"刚刚"},digit:function(e,t){var i="";e=String(e),t=t||2;for(var n=e.length;n<t;n++)i+="0";return e<Math.pow(10,t)?i+(0|e):e},toDateString:function(e,t){var i=this,n=new Date(e||new Date),a=[i.digit(n.getFullYear(),4),i.digit(n.getMonth()+1),i.digit(n.getDate())],o=[i.digit(n.getHours()),i.digit(n.getMinutes()),i.digit(n.getSeconds())];return t=t||"yyyy-MM-dd HH:mm:ss",t.replace(/yyyy/g,a[0]).replace(/MM/g,a[1]).replace(/dd/g,a[2]).replace(/HH/g,o[0]).replace(/mm/g,o[1]).replace(/ss/g,o[2])},escape:function(e){return String(e||"").replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/'/g,"'").replace(/"/g,""")},event:function(e,n,a){var o=t("body");return a=a||"click",n=i.event[e]=t.extend(!0,i.event[e],n)||{},i.event.UTIL_EVENT_CALLBACK=i.event.UTIL_EVENT_CALLBACK||{},o.off(a,"*["+e+"]",i.event.UTIL_EVENT_CALLBACK[e]),i.event.UTIL_EVENT_CALLBACK[e]=function(){var i=t(this),a=i.attr(e);"function"==typeof n[a]&&n[a].call(this,i)},o.on(a,"*["+e+"]",i.event.UTIL_EVENT_CALLBACK[e]),n}};!function(e,t,i){"$:nomunge";function n(){a=t[l](function(){o.each(function(){var t=e(this),i=t.width(),n=t.height(),a=e.data(this,u);(i!==a.w||n!==a.h)&&t.trigger(c,[a.w=i,a.h=n])}),n()},r[g])}var a,o=e([]),r=e.resize=e.extend(e.resize,{}),l="setTimeout",c="resize",u=c+"-special-event",g="delay",s="throttleWindow";r[g]=250,r[s]=!0,e.event.special[c]={setup:function(){if(!r[s]&&this[l])return!1;var t=e(this);o=o.add(t),e.data(this,u,{w:t.width(),h:t.height()}),1===o.length&&n()},teardown:function(){if(!r[s]&&this[l])return!1;var t=e(this);o=o.not(t),t.removeData(u),o.length||clearTimeout(a)},add:function(t){function n(t,n,o){var r=e(this),l=e.data(this,u)||{};l.w=n!==i?n:r.width(),l.h=o!==i?o:r.height(),a.apply(this,arguments)}if(!r[s]&&this[l])return!1;var a;return e.isFunction(t)?(a=t,n):(a=t.handler,void(t.handler=n))}}}(t,window),e("util",i)});
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -1,234 +1,321 @@
|
|||
/** layui-v2.5.5 MIT License By https://www.layui.com */
|
||||
/** layui-v2.5.6 MIT License By https://www.layui.com */
|
||||
if (!Object.assign) {
|
||||
Object.defineProperty(Object, "assign", {
|
||||
enumerable: false,
|
||||
configurable: true,
|
||||
writable: true,
|
||||
value: function (target, firstSource) {
|
||||
"use strict";
|
||||
if (target === undefined || target === null)
|
||||
throw new TypeError("Cannot convert first argument to object");
|
||||
var to = Object(target);
|
||||
for (var i = 1; i < arguments.length; i++) {
|
||||
var nextSource = arguments[i];
|
||||
if (nextSource === undefined || nextSource === null) continue;
|
||||
var keysArray = Object.keys(Object(nextSource));
|
||||
for (var nextIndex = 0, len = keysArray.length; nextIndex < len; nextIndex++) {
|
||||
var nextKey = keysArray[nextIndex];
|
||||
var desc = Object.getOwnPropertyDescriptor(nextSource, nextKey);
|
||||
if (desc !== undefined && desc.enumerable) to[nextKey] = nextSource[nextKey];
|
||||
}
|
||||
}
|
||||
return to;
|
||||
}
|
||||
});
|
||||
}
|
||||
;!function (e) {
|
||||
"use strict";
|
||||
var okmodules = {
|
||||
"okTab": "okmodules/okTab",
|
||||
"okCountUp": "okmodules/okCountUp",
|
||||
"okUtils": "okmodules/okUtils",
|
||||
"okFly": "okmodules/okFly",
|
||||
"okGVerify": "okmodules/okGVerify",
|
||||
"qrcode": "okmodules/qrcode",
|
||||
"okQrcode": "okmodules/okQrcode",
|
||||
"okAddlink": "okmodules/okAddlink",
|
||||
"okLayer": "okmodules/okLayer",
|
||||
"okMock": "okmodules/okMock",
|
||||
"okContextMenu": "okmodules/okContextMenu",
|
||||
"okCookie": "okmodules/okCookie",
|
||||
"okMd5": "okmodules/okMd5",
|
||||
"okToastr": "okmodules/okToastr",
|
||||
"okBarcode": "okmodules/okBarcode",
|
||||
"okNprogress": "okmodules/okNprogress",
|
||||
"okSweetAlert2": "okmodules/okSweetAlert2",
|
||||
"okHoliday": "okmodules/okHoliday",
|
||||
"okLayx": "okmodules/okLayx",
|
||||
};
|
||||
var modulePath = Object.assign({
|
||||
layer: "modules/layer",
|
||||
laydate: "modules/laydate",
|
||||
laypage: "modules/laypage",
|
||||
laytpl: "modules/laytpl",
|
||||
layim: "modules/layim",
|
||||
layedit: "modules/layedit",
|
||||
form: "modules/form",
|
||||
upload: "modules/upload",
|
||||
transfer: "modules/transfer",
|
||||
tree: "modules/tree",
|
||||
table: "modules/table",
|
||||
element: "modules/element",
|
||||
rate: "modules/rate",
|
||||
colorpicker: "modules/colorpicker",
|
||||
slider: "modules/slider",
|
||||
carousel: "modules/carousel",
|
||||
flow: "modules/flow",
|
||||
util: "modules/util",
|
||||
code: "modules/code",
|
||||
jquery: "modules/jquery",
|
||||
mobile: "modules/mobile",
|
||||
"layui.all": "../layui.all"
|
||||
}, okmodules);
|
||||
var t = document, o = {modules: {}, status: {}, timeout: 10, event: {}}, n = function () {
|
||||
this.v = "2.5.5"
|
||||
}, r = function () {
|
||||
var e = t.currentScript ? t.currentScript.src : function () {
|
||||
for (var e, o = t.scripts, n = o.length - 1, r = n; r > 0; r--) if ("interactive" === o[r].readyState) {
|
||||
e = o[r].src;
|
||||
break
|
||||
}
|
||||
return e || o[n].src
|
||||
}();
|
||||
return e.substring(0, e.lastIndexOf("/") + 1)
|
||||
}(), i = function (t) {
|
||||
e.console && console.error && console.error("Layui hint: " + t)
|
||||
}, a = "undefined" != typeof opera && "[object Opera]" === opera.toString(), u = modulePath;
|
||||
n.prototype.cache = o, n.prototype.define = function (e, t) {
|
||||
var n = this, r = "function" == typeof e, i = function () {
|
||||
var e = function (e, t) {
|
||||
layui[e] = t, o.status[e] = !0
|
||||
};
|
||||
return "function" == typeof t && t(function (n, r) {
|
||||
e(n, r), o.callback[n] = function () {
|
||||
t(e)
|
||||
}
|
||||
}), this
|
||||
};
|
||||
return r && (t = e, e = []), !layui["layui.all"] && layui["layui.mobile"] ? i.call(n) : (n.use(e, i), n)
|
||||
}, n.prototype.use = function (e, n, l) {
|
||||
function s(e, t) {
|
||||
var n = "PLaySTATION 3" === navigator.platform ? /^complete$/ : /^(complete|loaded)$/;
|
||||
("load" === e.type || n.test((e.currentTarget || e.srcElement).readyState)) && (o.modules[f] = t, d.removeChild(v), function r() {
|
||||
return ++m > 1e3 * o.timeout / 4 ? i(f + " is not a valid module") : void (o.status[f] ? c() : setTimeout(r, 4))
|
||||
}())
|
||||
}
|
||||
Object.defineProperty(Object, "assign", {
|
||||
enumerable: false,
|
||||
configurable: true,
|
||||
writable: true,
|
||||
value: function (target, firstSource) {
|
||||
"use strict";
|
||||
if (target === undefined || target === null)
|
||||
throw new TypeError("Cannot convert first argument to object");
|
||||
var to = Object(target);
|
||||
for (var i = 1; i < arguments.length; i++) {
|
||||
var nextSource = arguments[i];
|
||||
if (nextSource === undefined || nextSource === null) continue;
|
||||
var keysArray = Object.keys(Object(nextSource));
|
||||
for (var nextIndex = 0, len = keysArray.length; nextIndex < len; nextIndex++) {
|
||||
var nextKey = keysArray[nextIndex];
|
||||
var desc = Object.getOwnPropertyDescriptor(nextSource, nextKey);
|
||||
if (desc !== undefined && desc.enumerable) to[nextKey] = nextSource[nextKey];
|
||||
}
|
||||
}
|
||||
return to;
|
||||
}
|
||||
});
|
||||
}! function (e) {
|
||||
"use strict";
|
||||
var okmodules = {
|
||||
"okTab": "okmodules/okTab",
|
||||
"okCountUp": "okmodules/okCountUp",
|
||||
"okUtils": "okmodules/okUtils",
|
||||
"okFly": "okmodules/okFly",
|
||||
"okGVerify": "okmodules/okGVerify",
|
||||
"qrcode": "okmodules/qrcode",
|
||||
"okQrcode": "okmodules/okQrcode",
|
||||
"okAddlink": "okmodules/okAddlink",
|
||||
"okLayer": "okmodules/okLayer",
|
||||
"okMock": "okmodules/okMock",
|
||||
"okContextMenu": "okmodules/okContextMenu",
|
||||
"okCookie": "okmodules/okCookie",
|
||||
"okMd5": "okmodules/okMd5",
|
||||
"okToastr": "okmodules/okToastr",
|
||||
"okBarcode": "okmodules/okBarcode",
|
||||
"okNprogress": "okmodules/okNprogress",
|
||||
"okSweetAlert2": "okmodules/okSweetAlert2",
|
||||
"okHoliday": "okmodules/okHoliday",
|
||||
"okLayx": "okmodules/okLayx",
|
||||
};
|
||||
var modulePath = Object.assign({
|
||||
layer: "modules/layer",
|
||||
laydate: "modules/laydate",
|
||||
laypage: "modules/laypage",
|
||||
laytpl: "modules/laytpl",
|
||||
layim: "modules/layim",
|
||||
layedit: "modules/layedit",
|
||||
form: "modules/form",
|
||||
upload: "modules/upload",
|
||||
transfer: "modules/transfer",
|
||||
tree: "modules/tree",
|
||||
table: "modules/table",
|
||||
element: "modules/element",
|
||||
rate: "modules/rate",
|
||||
colorpicker: "modules/colorpicker",
|
||||
slider: "modules/slider",
|
||||
carousel: "modules/carousel",
|
||||
flow: "modules/flow",
|
||||
util: "modules/util",
|
||||
code: "modules/code",
|
||||
jquery: "modules/jquery",
|
||||
mobile: "modules/mobile",
|
||||
"layui.all": "../layui.all"
|
||||
}, okmodules);
|
||||
var t = document,
|
||||
n = {
|
||||
modules: {},
|
||||
status: {},
|
||||
timeout: 10,
|
||||
event: {}
|
||||
},
|
||||
r = function () {
|
||||
this.v = "2.5.6"
|
||||
},
|
||||
o = function () {
|
||||
var e = t.currentScript ? t.currentScript.src : function () {
|
||||
for (var e, n = t.scripts, r = n.length - 1, o = r; o > 0; o--)
|
||||
if ("interactive" === n[o].readyState) {
|
||||
e = n[o].src;
|
||||
break
|
||||
} return e || n[r].src
|
||||
}();
|
||||
return e.substring(0, e.lastIndexOf("/") + 1)
|
||||
}(),
|
||||
a = function (t) {
|
||||
e.console && console.error && console.error("Layui hint: " + t)
|
||||
},
|
||||
i = "undefined" != typeof opera && "[object Opera]" === opera.toString(),
|
||||
u = modulePath;
|
||||
r.prototype.cache = n, r.prototype.define = function (e, t) {
|
||||
var r = this,
|
||||
o = "function" == typeof e,
|
||||
a = function () {
|
||||
var e = function (e, t) {
|
||||
layui[e] = t, n.status[e] = !0
|
||||
};
|
||||
return "function" == typeof t && t(function (r, o) {
|
||||
e(r, o), n.callback[r] = function () {
|
||||
t(e)
|
||||
}
|
||||
}), this
|
||||
};
|
||||
return o && (t = e, e = []), !layui["layui.all"] && layui["layui.mobile"] ? a.call(r) : (r.use(e, a), r)
|
||||
}, r.prototype.use = function (e, r, l) {
|
||||
function c(e, t) {
|
||||
var r = "PLaySTATION 3" === navigator.platform ? /^complete$/ : /^(complete|loaded)$/;
|
||||
("load" === e.type || r.test((e.currentTarget || e.srcElement).readyState)) && (n.modules[d] = t, y.removeChild(
|
||||
h), function o() {
|
||||
return ++m > 1e3 * n.timeout / 4 ? a(d + " is not a valid module") : void(n.status[d] ? s() :
|
||||
setTimeout(o, 4))
|
||||
}())
|
||||
}
|
||||
|
||||
function c() {
|
||||
l.push(layui[f]), e.length > 1 ? y.use(e.slice(1), n, l) : "function" == typeof n && n.apply(layui, l)
|
||||
}
|
||||
|
||||
var y = this, p = o.dir = o.dir ? o.dir : r, d = t.getElementsByTagName("head")[0];
|
||||
e = "string" == typeof e ? [e] : e, window.jQuery && jQuery.fn.on && (y.each(e, function (t, o) {
|
||||
"jquery" === o && e.splice(t, 1)
|
||||
}), layui.jquery = layui.$ = jQuery);
|
||||
var f = e[0], m = 0;
|
||||
if (l = l || [], o.host = o.host || (p.match(/\/\/([\s\S]+?)\//) || ["//" + location.host + "/"])[0], 0 === e.length || layui["layui.all"] && u[f] || !layui["layui.all"] && layui["layui.mobile"] && u[f]) return c(), y;
|
||||
if (o.modules[f]) !function g() {
|
||||
return ++m > 1e3 * o.timeout / 4 ? i(f + " is not a valid module") : void ("string" == typeof o.modules[f] && o.status[f] ? c() : setTimeout(g, 4))
|
||||
}(); else {
|
||||
var v = t.createElement("script"),
|
||||
h = (u[f] ? p + "lay/" : /^\{\/\}/.test(y.modules[f]) ? "" : o.base || "") + (y.modules[f] || f) + ".js";
|
||||
h = h.replace(/^\{\/\}/, ""), v.async = !0, v.charset = "utf-8", v.src = h + function () {
|
||||
var e = o.version === !0 ? o.v || (new Date).getTime() : o.version || "";
|
||||
return e ? "?v=" + e : ""
|
||||
}(), d.appendChild(v), !v.attachEvent || v.attachEvent.toString && v.attachEvent.toString().indexOf("[native code") < 0 || a ? v.addEventListener("load", function (e) {
|
||||
s(e, h)
|
||||
}, !1) : v.attachEvent("onreadystatechange", function (e) {
|
||||
s(e, h)
|
||||
}), o.modules[f] = h
|
||||
}
|
||||
return y
|
||||
}, n.prototype.getStyle = function (t, o) {
|
||||
var n = t.currentStyle ? t.currentStyle : e.getComputedStyle(t, null);
|
||||
return n[n.getPropertyValue ? "getPropertyValue" : "getAttribute"](o)
|
||||
}, n.prototype.link = function (e, n, r) {
|
||||
var a = this, u = t.createElement("link"), l = t.getElementsByTagName("head")[0];
|
||||
"string" == typeof n && (r = n);
|
||||
var s = (r || e).replace(/\.|\//g, ""), c = u.id = "layuicss-" + s, y = 0;
|
||||
return u.rel = "stylesheet", u.href = e + (o.debug ? "?v=" + (new Date).getTime() : ""), u.media = "all", t.getElementById(c) || l.appendChild(u), "function" != typeof n ? a : (function p() {
|
||||
return ++y > 1e3 * o.timeout / 100 ? i(e + " timeout") : void (1989 === parseInt(a.getStyle(t.getElementById(c), "width")) ? function () {
|
||||
n()
|
||||
}() : setTimeout(p, 100))
|
||||
}(), a)
|
||||
}, o.callback = {}, n.prototype.factory = function (e) {
|
||||
if (layui[e]) return "function" == typeof o.callback[e] ? o.callback[e] : null
|
||||
}, n.prototype.addcss = function (e, t, n) {
|
||||
return layui.link(o.dir + "css/" + e, t, n)
|
||||
}, n.prototype.img = function (e, t, o) {
|
||||
var n = new Image;
|
||||
return n.src = e, n.complete ? t(n) : (n.onload = function () {
|
||||
n.onload = null, "function" == typeof t && t(n)
|
||||
}, void (n.onerror = function (e) {
|
||||
n.onerror = null, "function" == typeof o && o(e)
|
||||
}))
|
||||
}, n.prototype.config = function (e) {
|
||||
e = e || {};
|
||||
for (var t in e) o[t] = e[t];
|
||||
return this
|
||||
}, n.prototype.modules = function () {
|
||||
var e = {};
|
||||
for (var t in u) e[t] = u[t];
|
||||
return e
|
||||
}(), n.prototype.extend = function (e) {
|
||||
var t = this;
|
||||
e = e || {};
|
||||
for (var o in e) t[o] || t.modules[o] ? i("模块名 " + o + " 已被占用") : t.modules[o] = e[o];
|
||||
return t
|
||||
}, n.prototype.router = function (e) {
|
||||
var t = this, e = e || location.hash, o = {path: [], search: {}, hash: (e.match(/[^#](#.*$)/) || [])[1] || ""};
|
||||
return /^#\//.test(e) ? (e = e.replace(/^#\//, ""), o.href = "/" + e, e = e.replace(/([^#])(#.*$)/, "$1").split("/") || [], t.each(e, function (e, t) {
|
||||
/^\w+=/.test(t) ? function () {
|
||||
t = t.split("="), o.search[t[0]] = t[1]
|
||||
}() : o.path.push(t)
|
||||
}), o) : o
|
||||
}, n.prototype.data = function (t, o, n) {
|
||||
if (t = t || "layui", n = n || localStorage, e.JSON && e.JSON.parse) {
|
||||
if (null === o) return delete n[t];
|
||||
o = "object" == typeof o ? o : {key: o};
|
||||
try {
|
||||
var r = JSON.parse(n[t])
|
||||
} catch (i) {
|
||||
var r = {}
|
||||
}
|
||||
return "value" in o && (r[o.key] = o.value), o.remove && delete r[o.key], n[t] = JSON.stringify(r), o.key ? r[o.key] : r
|
||||
}
|
||||
}, n.prototype.sessionData = function (e, t) {
|
||||
return this.data(e, t, sessionStorage)
|
||||
}, n.prototype.device = function (t) {
|
||||
var o = navigator.userAgent.toLowerCase(), n = function (e) {
|
||||
var t = new RegExp(e + "/([^\\s\\_\\-]+)");
|
||||
return e = (o.match(t) || [])[1], e || !1
|
||||
}, r = {
|
||||
os: function () {
|
||||
return /windows/.test(o) ? "windows" : /linux/.test(o) ? "linux" : /iphone|ipod|ipad|ios/.test(o) ? "ios" : /mac/.test(o) ? "mac" : void 0
|
||||
}(), ie: function () {
|
||||
return !!(e.ActiveXObject || "ActiveXObject" in e) && ((o.match(/msie\s(\d+)/) || [])[1] || "11")
|
||||
}(), weixin: n("micromessenger")
|
||||
};
|
||||
return t && !r[t] && (r[t] = n(t)), r.android = /android/.test(o), r.ios = "ios" === r.os, r
|
||||
}, n.prototype.hint = function () {
|
||||
return {error: i}
|
||||
}, n.prototype.each = function (e, t) {
|
||||
var o, n = this;
|
||||
if ("function" != typeof t) return n;
|
||||
if (e = e || [], e.constructor === Object) {
|
||||
for (o in e) if (t.call(e[o], o, e[o])) break
|
||||
} else for (o = 0; o < e.length && !t.call(e[o], o, e[o]); o++) ;
|
||||
return n
|
||||
}, n.prototype.sort = function (e, t, o) {
|
||||
var n = JSON.parse(JSON.stringify(e || []));
|
||||
return t ? (n.sort(function (e, o) {
|
||||
var n = /^-?\d+$/, r = e[t], i = o[t];
|
||||
return n.test(r) && (r = parseFloat(r)), n.test(i) && (i = parseFloat(i)), r && !i ? 1 : !r && i ? -1 : r > i ? 1 : r < i ? -1 : 0
|
||||
}), o && n.reverse(), n) : n
|
||||
}, n.prototype.stope = function (t) {
|
||||
t = t || e.event;
|
||||
try {
|
||||
t.stopPropagation()
|
||||
} catch (o) {
|
||||
t.cancelBubble = !0
|
||||
}
|
||||
}, n.prototype.onevent = function (e, t, o) {
|
||||
return "string" != typeof e || "function" != typeof o ? this : n.event(e, t, null, o)
|
||||
}, n.prototype.event = n.event = function (e, t, n, r) {
|
||||
var i = this, a = null, u = t.match(/\((.*)\)$/) || [], l = (e + "." + t).replace(u[0], ""), s = u[1] || "",
|
||||
c = function (e, t) {
|
||||
var o = t && t.call(i, n);
|
||||
o === !1 && null === a && (a = !1)
|
||||
};
|
||||
return r ? (o.event[l] = o.event[l] || {}, o.event[l][s] = [r], this) : (layui.each(o.event[l], function (e, t) {
|
||||
return "{*}" === s ? void layui.each(t, c) : ("" === e && layui.each(t, c), void (s && e === s && layui.each(t, c)))
|
||||
}), a)
|
||||
}, e.layui = new n
|
||||
function s() {
|
||||
l.push(layui[d]), e.length > 1 ? p.use(e.slice(1), r, l) : "function" == typeof r && r.apply(layui, l)
|
||||
}
|
||||
var p = this,
|
||||
f = n.dir = n.dir ? n.dir : o,
|
||||
y = t.getElementsByTagName("head")[0];
|
||||
e = "string" == typeof e ? [e] : e, window.jQuery && jQuery.fn.on && (p.each(e, function (t, n) {
|
||||
"jquery" === n && e.splice(t, 1)
|
||||
}), layui.jquery = layui.$ = jQuery);
|
||||
var d = e[0],
|
||||
m = 0;
|
||||
if (l = l || [], n.host = n.host || (f.match(/\/\/([\s\S]+?)\//) || ["//" + location.host + "/"])[0], 0 ===
|
||||
e.length || layui["layui.all"] && u[d] || !layui["layui.all"] && layui["layui.mobile"] && u[d]) return s(),
|
||||
p;
|
||||
var v = (u[d] ? f + "lay/" : /^\{\/\}/.test(p.modules[d]) ? "" : n.base || "") + (p.modules[d] || d) +
|
||||
".js";
|
||||
if (v = v.replace(/^\{\/\}/, ""), !n.modules[d] && layui[d] && (n.modules[d] = v), n.modules[d]) ! function g() {
|
||||
return ++m > 1e3 * n.timeout / 4 ? a(d + " is not a valid module") : void("string" == typeof n.modules[
|
||||
d] && n.status[d] ? s() : setTimeout(g, 4))
|
||||
}();
|
||||
else {
|
||||
var h = t.createElement("script");
|
||||
h.async = !0, h.charset = "utf-8", h.src = v + function () {
|
||||
var e = n.version === !0 ? n.v || (new Date).getTime() : n.version || "";
|
||||
return e ? "?v=" + e : ""
|
||||
}(), y.appendChild(h), !h.attachEvent || h.attachEvent.toString && h.attachEvent.toString().indexOf(
|
||||
"[native code") < 0 || i ? h.addEventListener("load", function (e) {
|
||||
c(e, v)
|
||||
}, !1) : h.attachEvent("onreadystatechange", function (e) {
|
||||
c(e, v)
|
||||
}), n.modules[d] = v
|
||||
}
|
||||
return p
|
||||
}, r.prototype.getStyle = function (t, n) {
|
||||
var r = t.currentStyle ? t.currentStyle : e.getComputedStyle(t, null);
|
||||
return r[r.getPropertyValue ? "getPropertyValue" : "getAttribute"](n)
|
||||
}, r.prototype.link = function (e, r, o) {
|
||||
var i = this,
|
||||
u = t.createElement("link"),
|
||||
l = t.getElementsByTagName("head")[0];
|
||||
"string" == typeof r && (o = r);
|
||||
var c = (o || e).replace(/\.|\//g, ""),
|
||||
s = u.id = "layuicss-" + c,
|
||||
p = 0;
|
||||
return u.rel = "stylesheet", u.href = e + (n.debug ? "?v=" + (new Date).getTime() : ""), u.media = "all", t
|
||||
.getElementById(s) || l.appendChild(u), "function" != typeof r ? i : (function f() {
|
||||
return ++p > 1e3 * n.timeout / 100 ? a(e + " timeout") : void(1989 === parseInt(i.getStyle(t.getElementById(
|
||||
s), "width")) ? function () {
|
||||
r()
|
||||
}() : setTimeout(f, 100))
|
||||
}(), i)
|
||||
}, n.callback = {}, r.prototype.factory = function (e) {
|
||||
if (layui[e]) return "function" == typeof n.callback[e] ? n.callback[e] : null
|
||||
}, r.prototype.addcss = function (e, t, r) {
|
||||
return layui.link(n.dir + "css/" + e, t, r)
|
||||
}, r.prototype.img = function (e, t, n) {
|
||||
var r = new Image;
|
||||
return r.src = e, r.complete ? t(r) : (r.onload = function () {
|
||||
r.onload = null, "function" == typeof t && t(r)
|
||||
}, void(r.onerror = function (e) {
|
||||
r.onerror = null, "function" == typeof n && n(e)
|
||||
}))
|
||||
}, r.prototype.config = function (e) {
|
||||
e = e || {};
|
||||
for (var t in e) n[t] = e[t];
|
||||
return this
|
||||
}, r.prototype.modules = function () {
|
||||
var e = {};
|
||||
for (var t in u) e[t] = u[t];
|
||||
return e
|
||||
}(), r.prototype.extend = function (e) {
|
||||
var t = this;
|
||||
e = e || {};
|
||||
for (var n in e) t[n] || t.modules[n] ? a("模块名 " + n + " 已被占用") : t.modules[n] = e[n];
|
||||
return t
|
||||
}, r.prototype.router = function (e) {
|
||||
var t = this,
|
||||
e = e || location.hash,
|
||||
n = {
|
||||
path: [],
|
||||
search: {},
|
||||
hash: (e.match(/[^#](#.*$)/) || [])[1] || ""
|
||||
};
|
||||
return /^#\//.test(e) ? (e = e.replace(/^#\//, ""), n.href = "/" + e, e = e.replace(/([^#])(#.*$)/, "$1").split(
|
||||
"/") || [], t.each(e, function (e, t) {
|
||||
/^\w+=/.test(t) ? function () {
|
||||
t = t.split("="), n.search[t[0]] = t[1]
|
||||
}() : n.path.push(t)
|
||||
}), n) : n
|
||||
}, r.prototype.url = function (e) {
|
||||
var t = this,
|
||||
n = {
|
||||
pathname: function () {
|
||||
var t = e ? function () {
|
||||
var t = (e.match(/\.[^.]+?\/.+/) || [])[0] || "";
|
||||
return t.replace(/^[^\/]+/, "").replace(/\?.+/, "")
|
||||
}() : location.pathname;
|
||||
return t.replace(/^\//, "").split("/")
|
||||
}(),
|
||||
search: function () {
|
||||
var n = {},
|
||||
r = (e ? function () {
|
||||
var t = (e.match(/\?.+/) || [])[0] || "";
|
||||
return t.replace(/\#.+/, "")
|
||||
}() : location.search).replace(/^\?+/, "").split("&");
|
||||
return t.each(r, function (e, t) {
|
||||
var r = t.indexOf("="),
|
||||
o = function () {
|
||||
return r < 0 ? t.substr(0, t.length) : 0 !== r && t.substr(0, r)
|
||||
}();
|
||||
o && (n[o] = r > 0 ? t.substr(r + 1) : null)
|
||||
}), n
|
||||
}(),
|
||||
hash: t.router(function () {
|
||||
return e ? (e.match(/#.+/) || [])[0] || "" : location.hash
|
||||
}())
|
||||
};
|
||||
return n
|
||||
}, r.prototype.data = function (t, n, r) {
|
||||
if (t = t || "layui", r = r || localStorage, e.JSON && e.JSON.parse) {
|
||||
if (null === n) return delete r[t];
|
||||
n = "object" == typeof n ? n : {
|
||||
key: n
|
||||
};
|
||||
try {
|
||||
var o = JSON.parse(r[t])
|
||||
} catch (a) {
|
||||
var o = {}
|
||||
}
|
||||
return "value" in n && (o[n.key] = n.value), n.remove && delete o[n.key], r[t] = JSON.stringify(o), n.key ?
|
||||
o[n.key] : o
|
||||
}
|
||||
}, r.prototype.sessionData = function (e, t) {
|
||||
return this.data(e, t, sessionStorage)
|
||||
}, r.prototype.device = function (t) {
|
||||
var n = navigator.userAgent.toLowerCase(),
|
||||
r = function (e) {
|
||||
var t = new RegExp(e + "/([^\\s\\_\\-]+)");
|
||||
return e = (n.match(t) || [])[1], e || !1
|
||||
},
|
||||
o = {
|
||||
os: function () {
|
||||
return /windows/.test(n) ? "windows" : /linux/.test(n) ? "linux" : /iphone|ipod|ipad|ios/.test(
|
||||
n) ? "ios" : /mac/.test(n) ? "mac" : void 0
|
||||
}(),
|
||||
ie: function () {
|
||||
return !!(e.ActiveXObject || "ActiveXObject" in e) && ((n.match(/msie\s(\d+)/) || [])[1] ||
|
||||
"11")
|
||||
}(),
|
||||
weixin: r("micromessenger")
|
||||
};
|
||||
return t && !o[t] && (o[t] = r(t)), o.android = /android/.test(n), o.ios = "ios" === o.os, o.mobile = !(!o.android &&
|
||||
!o.ios), o
|
||||
}, r.prototype.hint = function () {
|
||||
return {
|
||||
error: a
|
||||
}
|
||||
}, r.prototype.each = function (e, t) {
|
||||
var n, r = this;
|
||||
if ("function" != typeof t) return r;
|
||||
if (e = e || [], e.constructor === Object) {
|
||||
for (n in e)
|
||||
if (t.call(e[n], n, e[n])) break
|
||||
} else
|
||||
for (n = 0; n < e.length && !t.call(e[n], n, e[n]); n++);
|
||||
return r
|
||||
}, r.prototype.sort = function (e, t, n) {
|
||||
var r = JSON.parse(JSON.stringify(e || []));
|
||||
return t ? (r.sort(function (e, n) {
|
||||
var r = /^-?\d+$/,
|
||||
o = e[t],
|
||||
a = n[t];
|
||||
return r.test(o) && (o = parseFloat(o)), r.test(a) && (a = parseFloat(a)), o && !a ? 1 : !o &&
|
||||
a ? -1 : o > a ? 1 : o < a ? -1 : 0
|
||||
}), n && r.reverse(), r) : r
|
||||
}, r.prototype.stope = function (t) {
|
||||
t = t || e.event;
|
||||
try {
|
||||
t.stopPropagation()
|
||||
} catch (n) {
|
||||
t.cancelBubble = !0
|
||||
}
|
||||
}, r.prototype.onevent = function (e, t, n) {
|
||||
return "string" != typeof e || "function" != typeof n ? this : r.event(e, t, null, n)
|
||||
}, r.prototype.event = r.event = function (e, t, r, o) {
|
||||
var a = this,
|
||||
i = null,
|
||||
u = t.match(/\((.*)\)$/) || [],
|
||||
l = (e + "." + t).replace(u[0], ""),
|
||||
c = u[1] || "",
|
||||
s = function (e, t) {
|
||||
var n = t && t.call(a, r);
|
||||
n === !1 && null === i && (i = !1)
|
||||
};
|
||||
return o ? (n.event[l] = n.event[l] || {}, n.event[l][c] = [o], this) : (layui.each(n.event[l], function (e,
|
||||
t) {
|
||||
return "{*}" === c ? void layui.each(t, s) : ("" === e && layui.each(t, s), void(c && e ===
|
||||
c && layui.each(t, s)))
|
||||
}), i)
|
||||
}, e.layui = new r
|
||||
}(window);
|
||||
Loading…
Reference in New Issue