1 line
17 KiB
JavaScript
1 line
17 KiB
JavaScript
|
(window.webpackJsonp=window.webpackJsonp||[]).push([[54,9],{439:function(e,t,r){"use strict";var n=r(18),o=r(2),c=r(3),l=r(137),f=r(27),m=r(19),d=r(273),v=r(54),h=r(136),x=r(272),w=r(5),_=r(97).f,y=r(45).f,C=r(25).f,N=r(440),k=r(441).trim,S="Number",P=o.Number,I=P.prototype,O=o.TypeError,T=c("".slice),E=c("".charCodeAt),j=function(e){var t=x(e,"number");return"bigint"==typeof t?t:M(t)},M=function(e){var t,r,n,o,c,l,f,code,m=x(e,"number");if(h(m))throw O("Cannot convert a Symbol value to a number");if("string"==typeof m&&m.length>2)if(m=k(m),43===(t=E(m,0))||45===t){if(88===(r=E(m,2))||120===r)return NaN}else if(48===t){switch(E(m,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+m}for(l=(c=T(m,2)).length,f=0;f<l;f++)if((code=E(c,f))<48||code>o)return NaN;return parseInt(c,n)}return+m};if(l(S,!P(" 0o1")||!P("0b1")||P("+0x1"))){for(var $,D=function(e){var t=arguments.length<1?0:P(j(e)),r=this;return v(I,r)&&w((function(){N(r)}))?d(Object(t),r,D):t},R=n?_(P):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),A=0;R.length>A;A++)m(P,$=R[A])&&!m(D,$)&&C(D,$,y(P,$));D.prototype=I,I.constructor=D,f(o,S,D)}},440:function(e,t,r){var n=r(3);e.exports=n(1..valueOf)},441:function(e,t,r){var n=r(3),o=r(33),c=r(17),l=r(442),f=n("".replace),m="["+l+"]",d=RegExp("^"+m+m+"*"),v=RegExp(m+m+"*$"),h=function(e){return function(t){var r=c(o(t));return 1&e&&(r=f(r,d,"")),2&e&&(r=f(r,v,"")),r}};e.exports={start:h(1),end:h(2),trim:h(3)}},442:function(e,t){e.exports="\t\n\v\f\r \u2028\u2029\ufeff"},451:function(e,t,r){"use strict";r.r(t);r(439),r(81),r(61),r(11),r(99),r(39),r(98);var n=6e4,o=36e5,c=24*o;function l(e){return(0+e.toString()).slice(-2)}var f={components:{},props:{isSlot:{type:Boolean,default:!1},time:{type:Number,default:0},format:{type:String,default:"hh:mm:ss"},autoStart:{type:Boolean,default:!0}},watch:{time:{immediate:!0,handler:function(e){e&&this.reset()}}},data:function(){return{timeObj:{},formateTime:0}},created:function(){},computed:{},methods:{createTimer:function(e){return setTimeout(e,100)},isSameSecond:function(e,t){return Math.floor(e)===Math.floor(t)},start:function(){this.counting||(this.counting=!0,this.endTime=Date.now()+1e3*this.remain,this.setTimer())},setTimer:function(){var e=this;this.tid=this.createTimer((function(){var t=e.getRemain();e.isSameSecond(t,e.remain)&&0!==t||e.setRemain(t),0!==e.remain&&e.setTimer()}))},getRemain:function(){return Math.max(this.endTime-Date.now(),0)},pause:function(){this.counting=!1,clearTimeout(this.tid)},reset:function(){this.pause(),this.remain=this.time,this.setRemain(this.remain),this.autoStart&&this.start()},setRemain:function(e){var t=this.format;this.remain=e;var time,r=(time=e,{days:Math.floor(time/c),hours:l(Math.floor(time%c/o)),minutes:l(Math.floor(time%o/n)),seconds:l(Math.floor(time%n/1e3))});this.formateTime=function(e,t){var r=t.days,n=t.hours,o=t.minutes,c=t.seconds;return-1!==e.indexOf("dd")&&(e=e.replace("dd",r)),-1!==e.indexOf("hh")&&(e=e.replace("hh",l(n))),-1!==e.indexOf("mm")&&(e=e.replace("mm",l(o))),-1!==e.indexOf("ss")&&(e=e.replace("ss",l(c))),e}(t,r),this.$emit("change",r),0===e&&(this.pause(),this.$emit("finish"))}}},m=r(9),component=Object(m.a)(f,(function(){var e=this,t=e.$createElement,r=e._self._c||t;return e.time>=0?r("div",[r("client-only",[e.isSlot?e._t("default"):r("span",[e._v(e._s(e.formateTime))])],2)],1):e._e()}),[],!1,null,null,null);t.default=component.exports},456:function(e,t,r){"use strict";r.d(t,"d",(function(){return n})),r.d(t,"e",(function(){return o})),r.d(t,"c",(function(){return c})),r.d(t,"b",(function(){return l})),r.d(t,"a",(function(){return f}));var n=5,o={SMS:0,ACCOUNT:1},c={REGISTER:"ZCYZ",FINDPWD:"ZHMM",LOGIN:"YZMDL",SJSQYZ:"SJSQYZ",CHANGE_MOBILE:"BGSJHM",BIND:"BDSJHM"},l={NONE:"",SEX:"sex",NICKNAME:"nickname",AVATAR:"avatar",MOBILE:"mobile"},f={NORMAL:"normal",HANDLING:"apply",FINISH:"finish"}},548:func
|