12345678910 |
- (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/page-component/app-swiper/swiper"],{"396d":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={name:"u-swiper",props:{list:{type:Array,default:function(){return[]}},imgMode:{type:String,default:"aspectFill"},name:{type:String,default:"image"},height:{type:[Number,String],default:250},duration:{type:[Number,String],default:500},interval:{type:[String,Number],default:3e3},mode:{type:String,default:"round"},indicatorPos:{type:String,default:"bottomCenter"},autoplay:{type:Boolean,default:!0}},data:function(){return{num:0,zIndex:0,showpic:null,hidepic:null,setTime:0,touchDot:0}},methods:{touchstart:function(t){this.touchDot=t.touches[0].pageX},touchend:function(t){var n=this,e=t.changedTouches[0].pageX;e-this.touchDot<=-40&&(this.num=this.num-1,this.num<0&&(this.num=this.list.length-1),setTimeout((function(){n.zIndex=n.num}),1e3)),e-this.touchDot>=40&&(this.num=this.num+1,this.num>=this.list.length&&(this.num=0),setTimeout((function(){n.zIndex=n.num}),1e3))}},destroyed:function(){clearInterval(this.setTime)},watch:{list:{handler:function(n){var e=this;if(0!==n.length){var i=t.createAnimation({});i.opacity(1).step({duration:this.duration}),this.showpic=i.export(),i.opacity(0).step({duration:this.duration}),this.hidepic=i.export(),this.autoplay&&(this.setTime=setInterval((function(){e.num=e.num+1,e.num>=e.list.length&&(e.num=0),setTimeout((function(){e.zIndex=e.num}),e.interval+1e3)}),this.interval))}},immediate:!0}}};n.default=e}).call(this,e("543d")["default"])},"48fc":function(t,n,e){"use strict";e.r(n);var i=e("396d"),u=e.n(i);for(var a in i)"default"!==a&&function(t){e.d(n,t,(function(){return i[t]}))}(a);n["default"]=u.a},"92f2":function(t,n,e){"use strict";var i;e.d(n,"b",(function(){return u})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return i}));var u=function(){var t=this,n=t.$createElement;t._self._c},a=[]},b889:function(t,n,e){"use strict";var i=e("bba8"),u=e.n(i);u.a},bba8:function(t,n,e){},ea78:function(t,n,e){"use strict";e.r(n);var i=e("92f2"),u=e("48fc");for(var a in u)"default"!==a&&function(t){e.d(n,t,(function(){return u[t]}))}(a);e("b889");var o,r=e("f0c5"),s=Object(r["a"])(u["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],o);n["default"]=s.exports}}]);
- ;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
- 'components/page-component/app-swiper/swiper-create-component',
- {
- 'components/page-component/app-swiper/swiper-create-component':(function(module, exports, __webpack_require__){
- __webpack_require__('543d')['createComponent'](__webpack_require__("ea78"))
- })
- },
- [['components/page-component/app-swiper/swiper-create-component']]
- ]);
|