Countdown_wev8.js
792 Bytes
define("Countdown_html",function(){return'<div id="NMEC_${id}" class="wev-comp-${compType}" >\t<div id="timeContainer_${id}" data-date="${countdowndate}"></div></div>'}),define(["mUtil","Component"],function(t,e){return e.init(function(t){e.super(this,t),this.type="Countdown",this.tpl=this.type+"_html",this.css=this.type+"_css";this.viewModel={countdowndate:(new Date).getFullYear()+1+"-01-01 00:00:01"};this.mounted=function(){var t=$(".wev-comp-Countdown > div",this.$el);require(["timeCircles"],function(){t.TimeCircles({time:{Days:{show:!1,text:"天",color:"#FC6"},Hours:{show:!1,text:"时",color:"#9CF"},Minutes:{show:!1,text:"分",color:"#BFB"},Seconds:{show:!1,text:"秒",color:"#F99"}},refresh_interval:.1,count_past_zero:!0,circle_bg_color:"#ddd",fg_width:.03,bg_width:.2})})}})});