公司演示版e鹿悦游
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

2 lines
39 KiB

(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["subPageB/common/vendor"],{1293:function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=function(t){var e="",o=t.getMonth()+1>=10?t.getMonth()+1:"0"+(t.getMonth()+1),n=t.getDate()>=10?t.getDate():"0"+t.getDate();return e+=t.getFullYear()+"-",e+=o+"-",e+=n,e},i=function(t,e){var o=[],i=t.split("-"),r=e.split("-"),c=new Date;c.setUTCFullYear(i[0],i[1]-1,i[2]);var a=new Date;a.setUTCFullYear(r[0],r[1]-1,r[2]);var f,s=c.getTime(),b=a.getTime(),l=864e5;for(f=s;f<=b;)o.push(n(new Date(parseInt(f)))),f+=l;return o},r={getAllDate:i};e.default=r},1306:function(t,e,o){"use strict";var n=o(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n(o(13)),r=n(o(23)),c=n(o(24)),a=n(o(1307)),f=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=e.date,n=e.selected,i=e.startDate,c=e.endDate,a=e.range;(0,r.default)(this,t),this.date=this.getDate(o),this.selected=n||[],this.startDate=i,this.endDate=c,this.range=a,this.multipleStatus={before:"",after:"",data:[]},this.weeks={},this._getWeek(this.date.fullDate)}return(0,c.default)(t,[{key:"getDate",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"day";t||(t=new Date),"object"!==(0,i.default)(t)&&(t=t.replace(/-/g,"/"));var n=new Date(t);switch(o){case"day":n.setDate(n.getDate()+e);break;case"month":31===n.getDate()?n.setDate(n.getDate()+e):n.setMonth(n.getMonth()+e);break;case"year":n.setFullYear(n.getFullYear()+e);break}var r=n.getFullYear(),c=n.getMonth()+1<10?"0"+(n.getMonth()+1):n.getMonth()+1,a=n.getDate()<10?"0"+n.getDate():n.getDate();return{fullDate:r+"-"+c+"-"+a,year:r,month:c,date:a,day:n.getDay()}}},{key:"_getLastMonthDays",value:function(t,e){for(var o=[],n=t;n>0;n--){var i=new Date(e.year,e.month-1,1-n).getDate();o.push({date:i,month:e.month-1,lunar:this.getlunar(e.year,e.month-1,i),disable:!0})}return o}},{key:"_currentMonthDys",value:function(t,e){for(var o=this,n=[],i=this.date.fullDate,r=function(t){var r=e.year+"-"+(e.month,e.month+"-")+(t<10?"0"+t:t),c=i===r,a=o.selected&&o.selected.find((function(t){if(o.dateEqual(r,t.date))return t})),f=!0,s=!0;if(o.startDate){var b=o.dateCompare(o.startDate,i);f=o.dateCompare(b?o.startDate:i,r)}if(o.endDate){var l=o.dateCompare(i,o.endDate);s=o.dateCompare(r,l?o.endDate:i)}var u=o.multipleStatus.data,p=!1,h=-1;o.range&&(u&&(h=u.findIndex((function(t){return o.dateEqual(t,r)}))),-1!==h&&(p=!0));var d={fullDate:r,year:e.year,date:t,multiple:!!o.range&&p,month:e.month,lunar:o.getlunar(e.year,e.month,t),disable:!f||!s,isDay:c};a&&(d.extraInfo=a),n.push(d)},c=1;c<=t;c++)r(c);return n}},{key:"_getNextMonthDays",value:function(t,e){for(var o=[],n=1;n<t+1;n++)o.push({date:n,month:Number(e.month)+1,lunar:this.getlunar(e.year,Number(e.month)+1,n),disable:!0});return o}},{key:"setDate",value:function(t){this._getWeek(t)}},{key:"getInfo",value:function(t){var e=this;t||(t=new Date);var o=this.canlender.find((function(o){return o.fullDate===e.getDate(t).fullDate}));return o}},{key:"dateCompare",value:function(t,e){return t=new Date(t.replace("-","/").replace("-","/")),e=new Date(e.replace("-","/").replace("-","/")),t<=e}},{key:"dateEqual",value:function(t,e){return t=new Date(t.replace("-","/").replace("-","/")),e=new Date(e.replace("-","/").replace("-","/")),t.getTime()-e.getTime()===0}},{key:"geDateAll",value:function(t,e){var o=[],n=t.split("-"),i=e.split("-"),r=new Date;r.setFullYear(n[0],n[1]-1,n[2]);var c=new Date;c.setFullYear(i[0],i[1]-1,i[2]);for(var a=r.getTime()-864e5,f=c.getTime()-864e5,s=a;s<=f;)s+=864e5,o.push(this.getDate(new Date(parseInt(s))).fullDate);return o}},{key:"getlunar",value:function(t,e,o){return a.default.solar2lunar(t,e,o)}},{key:"setSelectInfo",value:function(t,e){this.selected=e,this._getWeek(t)}},{key:"setMultiple",value:function(t){var e=this.multipleStatus,o=e.before,n=e.after;this.range&&(o&&n?(this.multipleStatus.before="",this.multipleStatus.after="",this.multipleStatus.data=[],this._getWeek(t)):o?(this.multipleStatus.after=t,this.dateCompare(this.multipleStatus.before,this.multipleStatus.after)?this.multipleStatus.data=this.geDateAll(this.multipleStatus.before,this.multipleStatus.after):this.multipleStatus.data=this.geDateAll(this.multipleStatus.after,this.multipleStatus.before),this._getWeek(t)):this.multipleStatus.before=t)}},{key:"_getWeek",value:function(t){var e=this.getDate(t),o=(e.fullDate,e.year),n=e.month,i=(e.date,e.day,new Date(o,n-1,1).getDay()),r=new Date(o,n,0).getDate(),c={lastMonthDays:this._getLastMonthDays(i,this.getDate(t)),currentMonthDys:this._currentMonthDys(r,this.getDate(t)),nextMonthDays:[],weeks:[]},a=[],f=42-(c.lastMonthDays.length+c.currentMonthDys.length);c.nextMonthDays=this._getNextMonthDays(f,this.getDate(t)),a=a.concat(c.lastMonthDays,c.currentMonthDys,c.nextMonthDays);for(var s={},b=0;b<a.length;b++)b%7===0&&(s[parseInt(b/7)]=new Array(7)),s[parseInt(b/7)][b%7]=a[b];this.canlender=a,this.weeks=s}}]),t}(),s=f;e.default=s},1307:function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={lunarInfo:[19416,19168,42352,21717,53856,55632,91476,22176,39632,21970,19168,42422,42192,53840,119381,46400,54944,44450,38320,84343,18800,42160,46261,27216,27968,109396,11104,38256,21234,18800,25958,54432,59984,28309,23248,11104,100067,37600,116951,51536,54432,120998,46416,22176,107956,9680,37584,53938,43344,46423,27808,46416,86869,19872,42416,83315,21168,43432,59728,27296,44710,43856,19296,43748,42352,21088,62051,55632,23383,22176,38608,19925,19152,42192,54484,53840,54616,46400,46752,103846,38320,18864,43380,42160,45690,27216,27968,44870,43872,38256,19189,18800,25776,29859,59984,27480,23232,43872,38613,37600,51552,55636,54432,55888,30034,22176,43959,9680,37584,51893,43344,46240,47780,44368,21977,19360,42416,86390,21168,43312,31060,27296,44368,23378,19296,42726,42208,53856,60005,54576,23200,30371,38608,19195,19152,42192,118966,53840,54560,56645,46496,22224,21938,18864,42359,42160,43600,111189,27936,44448,84835,37744,18936,18800,25776,92326,59984,27424,108228,43744,41696,53987,51552,54615,54432,55888,23893,22176,42704,21972,21200,43448,43344,46240,46758,44368,21920,43940,42416,21168,45683,26928,29495,27296,44368,84821,19296,42352,21732,53600,59752,54560,55968,92838,22224,19168,43476,41680,53584,62034,54560],solarMonth:[31,28,31,30,31,30,31,31,30,31,30,31],Gan:["甲","乙","丙","丁","戊","己","庚","辛","壬","癸"],Zhi:["子","丑","寅","卯","辰","巳","午","未","申","酉","戌","亥"],Animals:["鼠","牛","虎","兔","龙","蛇","马","羊","猴","鸡","狗","猪"],solarTerm:["小寒","大寒","立春","雨水","惊蛰","春分","清明","谷雨","立夏","小满","芒种","夏至","小暑","大暑","立秋","处暑","白露","秋分","寒露","霜降","立冬","小雪","大雪","冬至"],sTermInfo:["9778397bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf97c3598082c95f8c965cc920f","97bd0b06bdb0722c965ce1cfcc920f","b027097bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf97c359801ec95f8c965cc920f","97bd0b06bdb0722c965ce1cfcc920f","b027097bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf97c359801ec95f8c965cc920f","97bd0b06bdb0722c965ce1cfcc920f","b027097bd097c36b0b6fc9274c91aa","9778397bd19801ec9210c965cc920e","97b6b97bd19801ec95f8c965cc920f","97bd09801d98082c95f8e1cfcc920f","97bd097bd097c36b0b6fc9210c8dc2","9778397bd197c36c9210c9274c91aa","97b6b97bd19801ec95f8c965cc920e","97bd09801d98082c95f8e1cfcc920f","97bd097bd097c36b0b6fc9210c8dc2","9778397bd097c36c9210c9274c91aa","97b6b97bd19801ec95f8c965cc920e","97bcf97c3598082c95f8e1cfcc920f","97bd097bd097c36b0b6fc9210c8dc2","9778397bd097c36c9210c9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf97c3598082c95f8c965cc920f","97bd097bd097c35b0b6fc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf97c3598082c95f8c965cc920f","97bd097bd097c35b0b6fc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf97c359801ec95f8c965cc920f","97bd097bd097c35b0b6fc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf97c359801ec95f8c965cc920f","97bd097bd097c35b0b6fc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf97c359801ec95f8c965cc920f","97bd097bd07f595b0b6fc920fb0722","9778397bd097c36b0b6fc9210c8dc2","9778397bd19801ec9210c9274c920e","97b6b97bd19801ec95f8c965cc920f","97bd07f5307f595b0b0bc920fb0722","7f0e397bd097c36b0b6fc9210c8dc2","9778397bd097c36c9210c9274c920e","97b6b97bd19801ec95f8c965cc920f","97bd07f5307f595b0b0bc920fb0722","7f0e397bd097c36b0b6fc9210c8dc2","9778397bd097c36c9210c9274c91aa","97b6b97bd19801ec9210c965cc920e","97bd07f1487f595b0b0bc920fb0722","7f0e397bd097c36b0b6fc9210c8dc2","9778397bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf7f1487f595b0b0bb0b6fb0722","7f0e397bd097c35b0b6fc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf7f1487f595b0b0bb0b6fb0722","7f0e397bd097c35b0b6fc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf7f1487f531b0b0bb0b6fb0722","7f0e397bd097c35b0b6fc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c965cc920e","97bcf7f1487f531b0b0bb0b6fb0722","7f0e397bd07f595b0b6fc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b97bd19801ec9210c9274c920e","97bcf7f0e47f531b0b0bb0b6fb0722","7f0e397bd07f595b0b0bc920fb0722","9778397bd097c36b0b6fc9210c91aa","97b6b97bd197c36c9210c9274c920e","97bcf7f0e47f531b0b0bb0b6fb0722","7f0e397bd07f595b0b0bc920fb0722","9778397bd097c36b0b6fc9210c8dc2","9778397bd097c36c9210c9274c920e","97b6b7f0e47f531b0723b0b6fb0722","7f0e37f5307f595b0b0bc920fb0722","7f0e397bd097c36b0b6fc9210c8dc2","9778397bd097c36b0b70c9274c91aa","97b6b7f0e47f531b0723b0b6fb0721","7f0e37f1487f595b0b0bb0b6fb0722","7f0e397bd097c35b0b6fc9210c8dc2","9778397bd097c36b0b6fc9274c91aa","97b6b7f0e47f531b0723b0b6fb0721","7f0e27f1487f595b0b0bb0b6fb0722","7f0e397bd097c35b0b6fc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b7f0e47f531b0723b0b6fb0721","7f0e27f1487f531b0b0bb0b6fb0722","7f0e397bd097c35b0b6fc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b7f0e47f531b0723b0b6fb0721","7f0e27f1487f531b0b0bb0b6fb0722","7f0e397bd097c35b0b6fc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b7f0e47f531b0723b0b6fb0721","7f0e27f1487f531b0b0bb0b6fb0722","7f0e397bd07f595b0b0bc920fb0722","9778397bd097c36b0b6fc9274c91aa","97b6b7f0e47f531b0723b0787b0721","7f0e27f0e47f531b0b0bb0b6fb0722","7f0e397bd07f595b0b0bc920fb0722","9778397bd097c36b0b6fc9210c91aa","97b6b7f0e47f149b0723b0787b0721","7f0e27f0e47f531b0723b0b6fb0722","7f0e397bd07f595b0b0bc920fb0722","9778397bd097c36b0b6fc9210c8dc2","977837f0e37f149b0723b0787b0721","7f07e7f0e47f531b0723b0b6fb0722","7f0e37f5307f595b0b0bc920fb0722","7f0e397bd097c35b0b6fc9210c8dc2","977837f0e37f14998082b0787b0721","7f07e7f0e47f531b0723b0b6fb0721","7f0e37f1487f595b0b0bb0b6fb0722","7f0e397bd097c35b0b6fc9210c8dc2","977837f0e37f14998082b0787b06bd","7f07e7f0e47f531b0723b0b6fb0721","7f0e27f1487f531b0b0bb0b6fb0722","7f0e397bd097c35b0b6fc920fb0722","977837f0e37f14998082b0787b06bd","7f07e7f0e47f531b0723b0b6fb0721","7f0e27f1487f531b0b0bb0b6fb0722","7f0e397bd097c35b0b6fc920fb0722","977837f0e37f14998082b0787b06bd","7f07e7f0e47f531b0723b0b6fb0721","7f0e27f1487f531b0b0bb0b6fb0722","7f0e397bd07f595b0b0bc920fb0722","977837f0e37f14998082b0787b06bd","7f07e7f0e47f531b0723b0b6fb0721","7f0e27f1487f531b0b0bb0b6fb0722","7f0e397bd07f595b0b0bc920fb0722","977837f0e37f14998082b0787b06bd","7f07e7f0e47f149b0723b0787b0721","7f0e27f0e47f531b0b0bb0b6fb0722","7f0e397bd07f595b0b0bc920fb0722","977837f0e37f14998082b0723b06bd","7f07e7f0e37f149b0723b0787b0721","7f0e27f0e47f531b0723b0b6fb0722","7f0e397bd07f595b0b0bc920fb0722","977837f0e37f14898082b0723b02d5","7ec967f0e37f14998082b0787b0721","7f07e7f0e47f531b0723b0b6fb0722","7f0e37f1487f595b0b0bb0b6fb0722","7f0e37f0e37f14898082b0723b02d5","7ec967f0e37f14998082b0787b0721","7f07e7f0e47f531b0723b0b6fb0722","7f0e37f1487f531b0b0bb0b6fb0722","7f0e37f0e37f14898082b0723b02d5","7ec967f0e37f14998082b0787b06bd","7f07e7f0e47f531b0723b0b6fb0721","7f0e37f1487f531b0b0bb0b6fb0722","7f0e37f0e37f14898082b072297c35","7ec967f0e37f14998082b0787b06bd","7f07e7f0e47f531b0723b0b6fb0721","7f0e27f1487f531b0b0bb0b6fb0722","7f0e37f0e37f14898082b072297c35","7ec967f0e37f14998082b0787b06bd","7f07e7f0e47f531b0723b0b6fb0721","7f0e27f1487f531b0b0bb0b6fb0722","7f0e37f0e366aa89801eb072297c35","7ec967f0e37f14998082b0787b06bd","7f07e7f0e47f149b0723b0787b0721","7f0e27f1487f531b0b0bb0b6fb0722","7f0e37f0e366aa89801eb072297c35","7ec967f0e37f14998082b0723b06bd","7f07e7f0e47f149b0723b0787b0721","7f0e27f0e47f531b0723b0b6fb0722","7f0e37f0e366aa89801eb072297c35","7ec967f0e37f14998082b0723b06bd","7f07e7f0e37f14998083b0787b0721","7f0e27f0e47f531b0723b0b6fb0722","7f0e37f0e366aa89801eb072297c35","7ec967f0e37f14898082b0723b02d5","7f07e7f0e37f14998082b0787b0721","7f07e7f0e47f531b0723b0b6fb0722","7f0e36665b66aa89801e9808297c35","665f67f0e37f14898082b0723b02d5","7ec967f0e37f14998082b0787b0721","7f07e7f0e47f531b0723b0b6fb0722","7f0e36665b66a449801e9808297c35","665f67f0e37f14898082b0723b02d5","7ec967f0e37f14998082b0787b06bd","7f07e7f0e47f531b0723b0b6fb0721","7f0e36665b66a449801e9808297c35","665f67f0e37f14898082b072297c35","7ec967f0e37f14998082b0787b06bd","7f07e7f0e47f531b0723b0b6fb0721","7f0e26665b66a449801e9808297c35","665f67f0e37f1489801eb072297c35","7ec967f0e37f14998082b0787b06bd","7f07e7f0e47f531b0723b0b6fb0721","7f0e27f1487f531b0b0bb0b6fb0722"],nStr1:["日","一","二","三","四","五","六","七","八","九","十"],nStr2:["初","十","廿","卅"],nStr3:["正","二","三","四","五","六","七","八","九","十","冬","腊"],lYearDays:function(t){var e,o=348;for(e=32768;e>8;e>>=1)o+=this.lunarInfo[t-1900]&e?1:0;return o+this.leapDays(t)},leapMonth:function(t){return 15&this.lunarInfo[t-1900]},leapDays:function(t){return this.leapMonth(t)?65536&this.lunarInfo[t-1900]?30:29:0},monthDays:function(t,e){return e>12||e<1?-1:this.lunarInfo[t-1900]&65536>>e?30:29},solarDays:function(t,e){if(e>12||e<1)return-1;var o=e-1;return 1==o?t%4==0&&t%100!=0||t%400==0?29:28:this.solarMonth[o]},toGanZhiYear:function(t){var e=(t-3)%10,o=(t-3)%12;return 0==e&&(e=10),0==o&&(o=12),this.Gan[e-1]+this.Zhi[o-1]},toAstro:function(t,e){var o="魔羯水瓶双鱼白羊金牛双子巨蟹狮子处女天秤天蝎射手魔羯",n=[20,19,21,21,21,22,23,23,23,23,22,22];return o.substr(2*t-(e<n[t-1]?2:0),2)+"座"},toGanZhi:function(t){return this.Gan[t%10]+this.Zhi[t%12]},getTerm:function(t,e){if(t<1900||t>2100)return-1;if(e<1||e>24)return-1;var o=this.sTermInfo[t-1900],n=[parseInt("0x"+o.substr(0,5)).toString(),parseInt("0x"+o.substr(5,5)).toString(),parseInt("0x"+o.substr(10,5)).toString(),parseInt("0x"+o.substr(15,5)).toString(),parseInt("0x"+o.substr(20,5)).toString(),parseInt("0x"+o.substr(25,5)).toString()],i=[n[0].substr(0,1),n[0].substr(1,2),n[0].substr(3,1),n[0].substr(4,2),n[1].substr(0,1),n[1].substr(1,2),n[1].substr(3,1),n[1].substr(4,2),n[2].substr(0,1),n[2].substr(1,2),n[2].substr(3,1),n[2].substr(4,2),n[3].substr(0,1),n[3].substr(1,2),n[3].substr(3,1),n[3].substr(4,2),n[4].substr(0,1),n[4].substr(1,2),n[4].substr(3,1),n[4].substr(4,2),n[5].substr(0,1),n[5].substr(1,2),n[5].substr(3,1),n[5].substr(4,2)];return parseInt(i[e-1])},toChinaMonth:function(t){if(t>12||t<1)return-1;var e=this.nStr3[t-1];return e+="月",e},toChinaDay:function(t){var e;switch(t){case 10:e="初十";break;case 20:e="二十";break;case 30:e="三十";break;default:e=this.nStr2[Math.floor(t/10)],e+=this.nStr1[t%10]}return e},getAnimal:function(t){return this.Animals[(t-4)%12]},solar2lunar:function(t,e,o){if(t<1900||t>2100)return-1;if(1900==t&&1==e&&o<31)return-1;if(t)n=new Date(t,parseInt(e)-1,o);else var n=new Date;var i,r=0,c=0,a=(t=n.getFullYear(),e=n.getMonth()+1,o=n.getDate(),(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate())-Date.UTC(1900,0,31))/864e5);for(i=1900;i<2101&&a>0;i++)c=this.lYearDays(i),a-=c;a<0&&(a+=c,i--);var f=new Date,s=!1;f.getFullYear()==t&&f.getMonth()+1==e&&f.getDate()==o&&(s=!0);var b=n.getDay(),l=this.nStr1[b];0==b&&(b=7);var u=i,p=(r=this.leapMonth(i),!1);for(i=1;i<13&&a>0;i++)r>0&&i==r+1&&0==p?(--i,p=!0,c=this.leapDays(u)):c=this.monthDays(u,i),1==p&&i==r+1&&(p=!1),a-=c;0==a&&r>0&&i==r+1&&(p?p=!1:(p=!0,--i)),a<0&&(a+=c,--i);var h=i,d=a+1,g=e-1,y=this.toGanZhiYear(u),m=this.getTerm(t,2*e-1),v=this.getTerm(t,2*e),w=this.toGanZhi(12*(t-1900)+e+11);o>=m&&(w=this.toGanZhi(12*(t-1900)+e+12));var S=!1,D=null;m==o&&(S=!0,D=this.solarTerm[2*e-2]),v==o&&(S=!0,D=this.solarTerm[2*e-1]);var T=Date.UTC(t,g,1,0,0,0,0)/864e5+25567+10,k=this.toGanZhi(T+o-1),x=this.toAstro(e,o);return{lYear:u,lMonth:h,lDay:d,Animal:this.getAnimal(u),IMonthCn:(p?"闰":"")+this.toChinaMonth(h),IDayCn:this.toChinaDay(d),cYear:t,cMonth:e,cDay:o,gzYear:y,gzMonth:w,gzDay:k,isToday:s,isLeap:p,nWeek:b,ncWeek:"星期"+l,isTerm:S,Term:D,astro:x}},lunar2solar:function(t,e,o,n){n=!!n;var i=this.leapMonth(t);this.leapDays(t);if(n&&i!=e)return-1;if(2100==t&&12==e&&o>1||1900==t&&1==e&&o<31)return-1;var r=this.monthDays(t,e),c=r;if(n&&(c=this.leapDays(t,e)),t<1900||t>2100||o>c)return-1;for(var a=0,f=1900;f<t;f++)a+=this.lYearDays(f);var s=0,b=!1;for(f=1;f<e;f++)s=this.leapMonth(t),b||s<=f&&s>0&&(a+=this.leapDays(t),b=!0),a+=this.monthDays(t,f);n&&(a+=r);var l=Date.UTC(1900,1,30,0,0,0),u=new Date(864e5*(a+o-31)+l),p=u.getUTCFullYear(),h=u.getUTCMonth()+1,d=u.getUTCDate();return this.solar2lunar(p,h,d)}},i=n;e.default=i},1328:function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={props:{icon:{type:String,default:t.$u.props.empty.icon},text:{type:String,default:t.$u.props.empty.text},textColor:{type:String,default:t.$u.props.empty.textColor},textSize:{type:[String,Number],default:t.$u.props.empty.textSize},iconColor:{type:String,default:t.$u.props.empty.iconColor},iconSize:{type:[String,Number],default:t.$u.props.empty.iconSize},mode:{type:String,default:t.$u.props.empty.mode},width:{type:[String,Number],default:t.$u.props.empty.width},height:{type:[String,Number],default:t.$u.props.empty.height},show:{type:Boolean,default:t.$u.props.empty.show},marginTop:{type:[String,Number],default:t.$u.props.empty.marginTop}}};e.default=o}).call(this,o(2)["default"])},1350:function(t,e,o){"use strict";var n=o(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=r;var i=n(o(13));function r(t){var e=this;e.version="1.2.0",e.options=t||{},e.isDownScrolling=!1,e.isUpScrolling=!1;var o=e.options.down&&e.options.down.callback;e.initDownScroll(),e.initUpScroll(),setTimeout((function(){e.optDown.use&&e.optDown.auto&&o&&(e.optDown.autoShowLoading?e.triggerDownScroll():e.optDown.callback&&e.optDown.callback(e)),e.optUp.use&&e.optUp.auto&&!e.isUpAutoLoad&&e.triggerUpScroll()}),30)}r.prototype.extendDownScroll=function(t){r.extend(t,{use:!0,auto:!1,autoShowLoading:!1,isLock:!1,offset:30,startTop:100,fps:30,inOffsetRate:.5,outOffsetRate:.2,bottomOffset:20,minAngle:45,textInOffset:"下拉刷新",textOutOffset:"释放更新",textLoading:"加载中 ...",inited:null,inOffset:null,outOffset:null,onMoving:null,beforeLoading:null,showLoading:null,afterLoading:null,endDownScroll:null,callback:function(t){t.resetUpScroll()}})},r.prototype.extendUpScroll=function(t){r.extend(t,{use:!0,auto:!1,isLock:!1,isBoth:!0,isBounce:!1,callback:null,page:{num:0,size:10,time:null},noMoreSize:1,offset:80,textLoading:"加载中 ...",textNoMore:"亲,已经是最底部了~",inited:null,showLoading:null,showNoMore:null,hideUpScroll:null,toTop:{src:null,offset:1e3,duration:300,btnClick:null,onShow:null,zIndex:9990,left:null,right:20,bottom:120,safearea:!1,width:72,radius:"50%"},empty:{use:!0,icon:null,tip:"~ 暂无相关数据 ~",btnText:"",btnClick:null,onShow:null,fixed:!1,top:"35%",zIndex:99},onScroll:!1})},r.extend=function(t,e){if(!t)return e;for(var o in e)if(null==t[o]){var n=e[o];null!=n&&"object"===(0,i.default)(n)?t[o]=r.extend({},n):t[o]=n}else"object"===(0,i.default)(t[o])&&r.extend(t[o],e[o]);return t},r.prototype.initDownScroll=function(){var t=this;t.optDown=t.options.down||{},t.extendDownScroll(t.optDown),t.downHight=0,t.optDown.use&&t.optDown.inited&&setTimeout((function(){t.optDown.inited(t)}),0)},r.prototype.touchstartEvent=function(t){this.optDown.use&&(this.startPoint=this.getPoint(t),this.startTop=this.getScrollTop(),this.lastPoint=this.startPoint,this.maxTouchmoveY=this.getBodyHeight()-this.optDown.bottomOffset,this.inTouchend=!1)},r.prototype.touchmoveEvent=function(t){if(this.optDown.use&&this.startPoint){var e=this,o=(new Date).getTime();if(!(e.moveTime&&o-e.moveTime<e.moveTimeDiff)){e.moveTime=o,e.moveTimeDiff||(e.moveTimeDiff=1e3/e.optDown.fps);var n=e.getScrollTop(),i=e.getPoint(t),r=i.y-e.startPoint.y;if(r>0&&(n<=0||n<=e.optDown.startTop&&n===e.startTop)&&e.optDown.use&&!e.inTouchend&&!e.isDownScrolling&&!e.optDown.isLock&&(!e.isUpScrolling||e.isUpScrolling&&e.optUp.isBoth)){var c=e.getAngle(e.lastPoint,i);if(c<e.optDown.minAngle)return;if(e.maxTouchmoveY>0&&i.y>=e.maxTouchmoveY)return e.inTouchend=!0,void e.touchendEvent();e.preventDefault(t);var a=i.y-e.lastPoint.y;e.downHight<e.optDown.offset?(1!==e.movetype&&(e.movetype=1,e.optDown.inOffset&&e.optDown.inOffset(e),e.isMoveDown=!0),e.downHight+=a*e.optDown.inOffsetRate):(2!==e.movetype&&(e.movetype=2,e.optDown.outOffset&&e.optDown.outOffset(e),e.isMoveDown=!0),e.downHight+=a>0?Math.round(a*e.optDown.outOffsetRate):a);var f=e.downHight/e.optDown.offset;e.optDown.onMoving&&e.optDown.onMoving(e,f,e.downHight)}e.lastPoint=i}}},r.prototype.touchendEvent=function(t){if(this.optDown.use)if(this.isMoveDown)this.downHight>=this.optDown.offset?this.triggerDownScroll():(this.downHight=0,this.optDown.endDownScroll&&this.optDown.endDownScroll(this)),this.movetype=0,this.isMoveDown=!1;else if(this.getScrollTop()===this.startTop){var e=this.getPoint(t).y-this.startPoint.y<0;if(e){var o=this.getAngle(this.getPoint(t),this.startPoint);o>80&&this.triggerUpScroll(!0)}}},r.prototype.getPoint=function(t){return t?t.touches&&t.touches[0]?{x:t.touches[0].pageX,y:t.touches[0].pageY}:t.changedTouches&&t.changedTouches[0]?{x:t.changedTouches[0].pageX,y:t.changedTouches[0].pageY}:{x:t.clientX,y:t.clientY}:{x:0,y:0}},r.prototype.getAngle=function(t,e){var o=Math.abs(t.x-e.x),n=Math.abs(t.y-e.y),i=Math.sqrt(o*o+n*n),r=0;return 0!==i&&(r=Math.asin(n/i)/Math.PI*180),r},r.prototype.triggerDownScroll=function(){this.optDown.beforeLoading&&this.optDown.beforeLoading(this)||(this.showDownScroll(),this.optDown.callback&&this.optDown.callback(this))},r.prototype.showDownScroll=function(){this.isDownScrolling=!0,this.downHight=this.optDown.offset,this.optDown.showLoading(this,this.downHight)},r.prototype.endDownScroll=function(){var t=this,e=function(){t.downHight=0,t.isDownScrolling=!1,t.optDown.endDownScroll&&t.optDown.endDownScroll(t),t.setScrollHeight(0)},o=0;t.optDown.afterLoading&&(o=t.optDown.afterLoading(t)),"number"===typeof o&&o>0?setTimeout(e,o):e()},r.prototype.lockDownScroll=function(t){null==t&&(t=!0),this.optDown.isLock=t},r.prototype.lockUpScroll=function(t){null==t&&(t=!0),this.optUp.isLock=t},r.prototype.initUpScroll=function(){var t=this;t.optUp=t.options.up||{use:!1},t.extendUpScroll(t.optUp),t.optUp.isBounce||t.setBounce(!1),!1!==t.optUp.use&&(t.optUp.hasNext=!0,t.startNum=t.optUp.page.num+1,t.optUp.inited&&setTimeout((function(){t.optUp.inited(t)}),0))},r.prototype.scroll=function(t,e){this.setScrollTop(t.scrollTop),this.setScrollHeight(t.scrollHeight),null==this.preScrollY&&(this.preScrollY=0),this.isScrollUp=t.scrollTop-this.preScrollY>0,this.preScrollY=t.scrollTop,this.isScrollUp&&this.triggerUpScroll(!0),t.scrollTop>=this.optUp.toTop.offset?this.showTopBtn():this.hideTopBtn(),this.optUp.onScroll&&e&&e()},r.prototype.triggerUpScroll=function(t){if(!this.isUpScrolling&&this.optUp.use&&this.optUp.callback){if(!0===t){var e=!1;if(!this.optUp.hasNext||this.optUp.isLock||this.isDownScrolling||this.getScrollBottom()<=this.optUp.offset&&(e=!0),!1===e)return}this.showUpScroll(),this.optUp.page.num++,this.isUpAutoLoad=!0,this.num=this.optUp.page.num,this.size=this.optUp.page.size,this.time=this.optUp.page.time,this.optUp.callback(this)}},r.prototype.showUpScroll=function(){this.isUpScrolling=!0,this.optUp.showLoading&&this.optUp.showLoading(this)},r.prototype.showNoMore=function(){this.optUp.hasNext=!1,this.optUp.showNoMore&&this.optUp.showNoMore(this)},r.prototype.hideUpScroll=function(){this.optUp.hideUpScroll&&this.optUp.hideUpScroll(this)},r.prototype.endUpScroll=function(t){null!=t&&(t?this.showNoMore():this.hideUpScroll()),this.isUpScrolling=!1},r.prototype.resetUpScroll=function(t){if(this.optUp&&this.optUp.use){var e=this.optUp.page;this.prePageNum=e.num,this.prePageTime=e.time,e.num=this.startNum,e.time=null,this.isDownScrolling||!1===t||(null==t?(this.removeEmpty(),this.showUpScroll()):this.showDownScroll()),this.isUpAutoLoad=!0,this.num=e.num,this.size=e.size,this.time=e.time,this.optUp.callback&&this.optUp.callback(this)}},r.prototype.setPageNum=function(t){this.optUp.page.num=t-1},r.prototype.setPageSize=function(t){this.optUp.page.size=t},r.prototype.endByPage=function(t,e,o){var n;this.optUp.use&&null!=e&&(n=this.optUp.page.num<e),this.endSuccess(t,n,o)},r.prototype.endBySize=function(t,e,o){var n;if(this.optUp.use&&null!=e){var i=(this.optUp.page.num-1)*this.optUp.page.size+t;n=i<e}this.endSuccess(t,n,o)},r.prototype.endSuccess=function(t,e,o){var n=this;if(n.isDownScrolling&&n.endDownScroll(),n.optUp.use){var i;if(null!=t){var r=n.optUp.page.num,c=n.optUp.page.size;if(1===r&&o&&(n.optUp.page.time=o),t<c||!1===e)if(n.optUp.hasNext=!1,0===t&&1===r)i=!1,n.showEmpty();else{var a=(r-1)*c+t;i=!(a<n.optUp.noMoreSize),n.removeEmpty()}else i=!1,n.optUp.hasNext=!0,n.removeEmpty()}n.endUpScroll(i)}},r.prototype.endErr=function(){if(this.isDownScrolling){var t=this.optUp.page;t&&this.prePageNum&&(t.num=this.prePageNum,t.time=this.prePageTime),this.endDownScroll()}this.isUpScrolling&&(this.optUp.page.num--,this.endUpScroll(!1))},r.prototype.showEmpty=function(){this.optUp.empty.use&&this.optUp.empty.onShow&&this.optUp.empty.onShow(!0)},r.prototype.removeEmpty=function(){this.optUp.empty.use&&this.optUp.empty.onShow&&this.optUp.empty.onShow(!1)},r.prototype.showTopBtn=function(){this.topBtnShow||(this.topBtnShow=!0,this.optUp.toTop.onShow&&this.optUp.toTop.onShow(!0))},r.prototype.hideTopBtn=function(){this.topBtnShow&&(this.topBtnShow=!1,this.optUp.toTop.onShow&&this.optUp.toTop.onShow(!1))},r.prototype.getScrollTop=function(){return this.scrollTop||0},r.prototype.setScrollTop=function(t){this.scrollTop=t},r.prototype.scrollTo=function(t,e){this.myScrollTo&&this.myScrollTo(t,e)},r.prototype.resetScrollTo=function(t){this.myScrollTo=t},r.prototype.getScrollBottom=function(){return this.getScrollHeight()-this.getClientHeight()-this.getScrollTop()},r.prototype.getStep=function(t,e,o,n,i){var r=e-t;if(0!==n&&0!==r){n=n||300,i=i||30;var c=n/i,a=r/c,f=0,s=setInterval((function(){f<c-1?(t+=a,o&&o(t,s),f++):(o&&o(e,s),clearInterval(s))}),i)}else o&&o(e)},r.prototype.getClientHeight=function(t){var e=this.clientHeight||0;return 0===e&&!0!==t&&(e=this.getBodyHeight()),e},r.prototype.setClientHeight=function(t){this.clientHeight=t},r.prototype.getScrollHeight=function(){return this.scrollHeight||0},r.prototype.setScrollHeight=function(t){this.scrollHeight=t},r.prototype.getBodyHeight=function(){return this.bodyHeight||0},r.prototype.setBodyHeight=function(t){this.bodyHeight=t},r.prototype.preventDefault=function(t){t&&t.cancelable&&!t.defaultPrevented&&t.preventDefault()},r.prototype.setBounce=function(t){}},1351:function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={down:{textInOffset:"下拉刷新",textOutOffset:"释放更新",textLoading:"加载中 ...",offset:80},up:{textLoading:"加载中 ...",textNoMore:"亲,已经是最底部了~",toTop:{src:"http://www.mescroll.com/img/mescroll-totop.png?v=1",offset:1e3,right:20,bottom:120,width:72},empty:{use:!0,icon:"https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/no-data.png",tip:"~ 暂无相关数据 ~"}}},i=n;e.default=i},1682:function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={down:{textInOffset:"下拉刷新",textOutOffset:"释放更新",textLoading:"加载中 ...",offset:30},up:{textLoading:"加载中 ...",textNoMore:"亲,已经是最底部了~",offset:40,isBounce:!0,toTop:{src:"http://www.mescroll.com/img/mescroll-totop.png?v=1",offset:1e3,right:20,bottom:120,width:72},empty:{use:!0,icon:"https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/no-data.png",tip:"~ 暂无相关数据 ~"}}},i=n;e.default=i},863:function(t,e){function o(t,e){null!=e&&void 0!=e||(e=1500);var o=null;return function(){var n=+new Date;(n-o>e||!o)&&(t.apply(this,arguments),o=n)}}t.exports={throttle:o,vuemixin:{created:function(){console.log(1)}}}},872:function(t,e,o){(function(t,n){var i,r,c,a=o(13);!function(o,f){try{t.ClipboardJS=f()}catch(f){}"object"==a(e)&&"object"==a(n)?n.exports=f():(r=[],i=f,c="function"===typeof i?i.apply(e,r):i,void 0===c||(n.exports=c))}(0,(function(){return function(t){var e={};function o(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,o),i.l=!0,i.exports}return o.m=t,o.c=e,o.d=function(t,e,n){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==a(t)&&t&&t.__esModule)return t;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)o.d(n,i,function(e){return t[e]}.bind(null,i));return n},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=0)}([function(t,e,o){"use strict";var n="function"==typeof Symbol&&"symbol"==a(Symbol.iterator)?function(t){return a(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":a(t)},i=function(){function t(t,e){for(var o=0;o<e.length;o++){var n=e[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,o,n){return o&&t(e.prototype,o),n&&t(e,n),e}}(),r=s(o(1)),c=s(o(3)),f=s(o(4));function s(t){return t&&t.__esModule?t:{default:t}}var b=function(t){function e(t,o){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e);var n=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=a(e)&&"function"!=typeof e?t:e}(this,(e.__proto__||Object.getPrototypeOf(e)).call(this));return n.resolveOptions(o),n.listenClick(t),n}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+a(e));t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}(e,c.default),i(e,[{key:"resolveOptions",value:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText,this.container="object"===n(t.container)?t.container:document.body}},{key:"listenClick",value:function(t){var e=this;this.listener=(0,f.default)(t,"click",(function(t){return e.onClick(t)}))}},{key:"onClick",value:function(t){var e=t.delegateTarget||t.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new r.default({action:this.action(e),target:this.target(e),text:this.text(e),container:this.container,trigger:e,emitter:this})}},{key:"defaultAction",value:function(t){return l("action",t)||"copy"}},{key:"defaultTarget",value:function(t){var e=l("target",t);if(e)return document.querySelector(e)}},{key:"defaultText",value:function(t){return l("text",t)||this.text}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],[{key:"isSupported",value:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:["copy","cut"],e="string"==typeof t?[t]:t,o=!!document.queryCommandSupported;return e.forEach((function(t){o=o&&!!document.queryCommandSupported(t)})),o}}]),e}();function l(t,e){var o="data-clipboard-"+t,n=e&&"function"===typeof e.hasAttribute;if(n&&e.hasAttribute(o))return e.getAttribute(o)}t.exports=b},function(t,e,o){"use strict";var n,i="function"==typeof Symbol&&"symbol"==a(Symbol.iterator)?function(t){return a(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":a(t)},r=function(){function t(t,e){for(var o=0;o<e.length;o++){var n=e[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,o,n){return o&&t(e.prototype,o),n&&t(e,n),e}}(),c=o(2),f=(n=c)&&n.__esModule?n:{default:n},s=function(){function e(t){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,e),this.resolveOptions(t),this.initSelection()}return r(e,[{key:"resolveOptions",value:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{};this.action=t.action,this.container=t.container,this.emitter=t.emitter,this.target=t.target,this.text=t.text,this.trigger=t.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"selectFake",value:function(){var t=this,e="rtl"==document.documentElement.getAttribute("dir");this.removeFake(),this.fakeHandlerCallback=function(){return t.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var o=window.pageYOffset||document.documentElement.scrollTop;this.fakeElem.style.top=o+"px",this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.container.appendChild(this.fakeElem),this.selectedText=(0,f.default)(this.fakeElem),this.copyText()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=(0,f.default)(this.target),this.copyText()}},{key:"copyText",value:function(){var e=void 0;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(t){this.emitter.emit(t?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=t,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(t){if(void 0!==t){if(!t||"object"!==(void 0===t?"undefined":i(t))||1!==t.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&t.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(t.hasAttribute("readonly")||t.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=t}},get:function(){return this._target}}]),e}();t.exports=s},function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var o=t.hasAttribute("readonly");o||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),o||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var n=window.getSelection(),i=document.createRange();i.selectNodeContents(t),n.removeAllRanges(),n.addRange(i),e=n.toString()}return e}},function(t,e){function o(){}o.prototype={on:function(t,e,o){var n=this.e||(this.e={});return(n[t]||(n[t]=[])).push({fn:e,ctx:o}),this},once:function(t,e,o){var n=this;function i(){n.off(t,i),e.apply(o,arguments)}return i._=e,this.on(t,i,o)},emit:function(t){for(var e=[].slice.call(arguments,1),o=((this.e||(this.e={}))[t]||[]).slice(),n=0,i=o.length;n<i;n++)o[n].fn.apply(o[n].ctx,e);return this},off:function(t,e){var o=this.e||(this.e={}),n=o[t],i=[];if(n&&e)for(var r=0,c=n.length;r<c;r++)n[r].fn!==e&&n[r].fn._!==e&&i.push(n[r]);return i.length?o[t]=i:delete o[t],this}},t.exports=o},function(t,e,o){var n=o(5),i=o(6);t.exports=function(t,e,o){if(!t&&!e&&!o)throw new Error("Missing required arguments");if(!n.string(e))throw new TypeError("Second argument must be a String");if(!n.fn(o))throw new TypeError("Third argument must be a Function");if(n.node(t))return u=e,p=o,(l=t).addEventListener(u,p),{destroy:function(){l.removeEventListener(u,p)}};if(n.nodeList(t))return f=t,s=e,b=o,Array.prototype.forEach.call(f,(function(t){t.addEventListener(s,b)})),{destroy:function(){Array.prototype.forEach.call(f,(function(t){t.removeEventListener(s,b)}))}};if(n.string(t))return r=t,c=e,a=o,i(document.body,r,c,a);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList");var r,c,a,f,s,b,l,u,p}},function(t,e){e.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType},e.nodeList=function(t){var o=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList]"===o||"[object HTMLCollection]"===o)&&"length"in t&&(0===t.length||e.node(t[0]))},e.string=function(t){return"string"==typeof t||t instanceof String},e.fn=function(t){return"[object Function]"===Object.prototype.toString.call(t)}},function(t,e,o){var n=o(7);function i(t,e,o,i,r){var c=function(t,e,o,i){return function(o){o.delegateTarget=n(o.target,e),o.delegateTarget&&i.call(t,o)}}.apply(this,arguments);return t.addEventListener(o,c,r),{destroy:function(){t.removeEventListener(o,c,r)}}}t.exports=function(t,e,o,n,r){return"function"==typeof t.addEventListener?i.apply(null,arguments):"function"==typeof o?i.bind(null,document).apply(null,arguments):("string"==typeof t&&(t=document.querySelectorAll(t)),Array.prototype.map.call(t,(function(t){return i(t,e,o,n,r)})))}},function(t,e){if("undefined"!=typeof Element&&!Element.prototype.matches){var o=Element.prototype;o.matches=o.matchesSelector||o.mozMatchesSelector||o.msMatchesSelector||o.oMatchesSelector||o.webkitMatchesSelector}t.exports=function(t,e){for(;t&&9!==t.nodeType;){if("function"==typeof t.matches&&t.matches(e))return t;t=t.parentNode}}}])}))}).call(this,o(3),o(127)(t))}}]);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/subPageB/common/vendor.js.map