chshPay/unpackage/dist/dev/mp-weixin/components/countDown/index.js

12 lines
2.9 KiB
JavaScript

(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/countDown/index"],{82:function(t,e,n){"use strict";n.r(e);var r=n(83),u=n(85);for(var o in u)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return u[t]}))}(o);n(87);var i,a=n(32),d=Object(a["default"])(u["default"],r["render"],r["staticRenderFns"],!1,null,null,null,!1,r["components"],i);d.options.__file="components/countDown/index.vue",e["default"]=d.exports},83:function(t,e,n){"use strict";n.r(e);var r=n(84);n.d(e,"render",(function(){return r["render"]})),n.d(e,"staticRenderFns",(function(){return r["staticRenderFns"]})),n.d(e,"recyclableRender",(function(){return r["recyclableRender"]})),n.d(e,"components",(function(){return r["components"]}))},84:function(t,e,n){"use strict";var r;n.r(e),n.d(e,"render",(function(){return u})),n.d(e,"staticRenderFns",(function(){return i})),n.d(e,"recyclableRender",(function(){return o})),n.d(e,"components",(function(){return r}));var u=function(){var t=this,e=t.$createElement;t._self._c},o=!1,i=[];u._withStripped=!0},85:function(t,e,n){"use strict";n.r(e);var r=n(86),u=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(o);e["default"]=u.a},86:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r={name:"countDown",props:{justifyLeft:{type:String,default:""},tipText:{type:String,default:"倒计时"},dayText:{type:String,default:"天"},hourText:{type:String,default:"时"},minuteText:{type:String,default:"分"},secondText:{type:String,default:"秒"},datatime:{type:Number,default:0},isDay:{type:Boolean,default:!0},bgColor:{type:String,default:""},colors:{type:String,default:""}},data:function(){return{day:"00",hour:"00",minute:"00",second:"00"}},created:function(){this.show_time()},mounted:function(){},methods:{show_time:function(){var t=this;function e(){var e=t.datatime-Date.parse(new Date)/1e3,n=0,r=0,u=0,o=0;e>0?(n=!0===t.isDay?Math.floor(e/86400):0,r=Math.floor(e/3600)-24*n,u=Math.floor(e/60)-24*n*60-60*r,o=Math.floor(e)-24*n*60*60-60*r*60-60*u,r<=9&&(r="0"+r),u<=9&&(u="0"+u),o<=9&&(o="0"+o),t.day=n,t.hour=r,t.minute=u,t.second=o):(t.day="00",t.hour="00",t.minute="00",t.second="00")}e(),setInterval(e,1e3)}}};e.default=r},87:function(t,e,n){"use strict";n.r(e);var r=n(88),u=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(o);e["default"]=u.a},88:function(t,e,n){}}]);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/countDown/index.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/countDown/index-create-component',
{
'components/countDown/index-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(82))
})
},
[['components/countDown/index-create-component']]
]);