4.10

parent f49febe3
......@@ -3,4 +3,4 @@
}
*{
-webkit-overflow-scrolling: touch
}</style><link href=static/css/app.f016ba765d8b5ed4f51f80904de686cd.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script type=text/javascript src=static/js/manifest.89be8a7f89238aefbc5c.js></script><script type=text/javascript src=static/js/vendor.e044f3dac63d7cdf4e43.js></script><script type=text/javascript src=static/js/app.8e049a804f759b89ad91.js></script></body></html>
\ No newline at end of file
}</style><link href=static/css/app.f016ba765d8b5ed4f51f80904de686cd.css rel=stylesheet></head><body><div id=app></div><script src=https://res.wx.qq.com/open/js/jweixin-1.3.2.js></script><script type=text/javascript src=static/js/manifest.29a4857c38494bb6e56c.js></script><script type=text/javascript src=static/js/vendor.e044f3dac63d7cdf4e43.js></script><script type=text/javascript src=static/js/app.8e049a804f759b89ad91.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
webpackJsonp([13],{CGQl:function(t,i){},JsOw:function(t,i){},UFvj:function(t,i,e){"use strict";Object.defineProperty(i,"__esModule",{value:!0});e("nsZj"),e("hW8u"),e("JsOw"),e("W0KU"),e("CGQl");var n=e("RfZZ"),o=e("7+uW"),a=e("AA6R"),s=e.n(a),c=e("o69Z"),h=e("CsZI"),r=e("vwLT"),v=e("sM86"),l=Object(c.h)("swipe"),p=l[0],u=l[1],d=p({mixins:[r.a],props:{width:Number,height:Number,autoplay:Number,vertical:Boolean,initialSwipe:Number,indicatorColor:String,loop:{type:Boolean,default:!0},touchable:{type:Boolean,default:!0},showIndicators:{type:Boolean,default:!0},duration:{type:Number,default:500}},data:function(){return{computedWidth:0,computedHeight:0,offset:0,active:0,deltaX:0,deltaY:0,swipes:[],swiping:!1}},mounted:function(){this.initialize(),this.$isServer||Object(v.b)(window,"resize",this.onResize,!0)},activated:function(){this.rendered&&this.initialize(),this.rendered=!0},destroyed:function(){this.clear(),this.$isServer||Object(v.a)(window,"resize",this.onResize,!0)},watch:{swipes:function(){this.initialize()},initialSwipe:function(){this.initialize()},autoplay:function(t){t?this.autoPlay():this.clear()}},computed:{count:function(){return this.swipes.length},delta:function(){return this.vertical?this.deltaY:this.deltaX},size:function(){return this[this.vertical?"computedHeight":"computedWidth"]},trackSize:function(){return this.count*this.size},activeIndicator:function(){return(this.active+this.count)%this.count},isCorrectDirection:function(){var t=this.vertical?"vertical":"horizontal";return this.direction===t},trackStyle:function(){var t,i=this.vertical?"height":"width",e=this.vertical?"width":"height";return(t={})[i]=this.trackSize+"px",t[e]=this[e]?this[e]+"px":"",t.transitionDuration=(this.swiping?0:this.duration)+"ms",t.transform="translate"+(this.vertical?"Y":"X")+"("+this.offset+"px)",t},indicatorStyle:function(){return{backgroundColor:this.indicatorColor}}},methods:{initialize:function(t){if(void 0===t&&(t=this.initialSwipe),clearTimeout(this.timer),this.$el){var i=this.$el.getBoundingClientRect();this.computedWidth=this.width||i.width,this.computedHeight=this.height||i.height}this.swiping=!0,this.active=t,this.offset=this.count>1?-this.size*this.active:0,this.swipes.forEach(function(t){t.offset=0}),this.autoPlay()},onResize:function(){this.initialize(this.activeIndicator)},onTouchStart:function(t){this.touchable&&(this.clear(),this.swiping=!0,this.touchStart(t),this.correctPosition())},onTouchMove:function(t){this.touchable&&this.swiping&&(this.touchMove(t),this.isCorrectDirection&&(t.preventDefault(),t.stopPropagation(),this.move({offset:Math.min(Math.max(this.delta,-this.size),this.size)})))},onTouchEnd:function(){if(this.touchable&&this.swiping){if(this.delta&&this.isCorrectDirection){var t=this.vertical?this.offsetY:this.offsetX;this.move({pace:t>0?this.delta>0?-1:1:0,emitChange:!0})}this.swiping=!1,this.autoPlay()}},move:function(t){var i=t.pace,e=void 0===i?0:i,n=t.offset,o=void 0===n?0:n,a=t.emitChange,s=this.delta,c=this.active,h=this.count,r=this.swipes,v=this.trackSize,l=0===c,p=c===h-1;!this.loop&&(l&&(o>0||e<0)||p&&(o<0||e>0))||h<=1||(r[0]&&(r[0].offset=p&&(s<0||e>0)?v:0),r[h-1]&&(r[h-1].offset=l&&(s>0||e<0)?-v:0),e&&c+e>=-1&&c+e<=h&&(this.active+=e,a&&this.$emit("change",this.activeIndicator)),this.offset=Math.round(o-this.active*this.size))},swipeTo:function(t){var i=this;this.swiping=!0,this.resetTouchStatus(),this.correctPosition(),setTimeout(function(){i.swiping=!1,i.move({pace:t%i.count-i.active,emitChange:!0})},30)},correctPosition:function(){this.active<=-1&&this.move({pace:this.count}),this.active>=this.count&&this.move({pace:-this.count})},clear:function(){clearTimeout(this.timer)},autoPlay:function(){var t=this,i=this.autoplay;i&&this.count>1&&(this.clear(),this.timer=setTimeout(function(){t.swiping=!0,t.resetTouchStatus(),t.correctPosition(),setTimeout(function(){t.swiping=!1,t.move({pace:1,emitChange:!0}),t.autoPlay()},30)},i))}},render:function(t){var i=this,e=this.count,n=this.activeIndicator,o=this.slots("indicator")||this.showIndicators&&e>1&&t("div",{class:u("indicators",{vertical:this.vertical})},[Array.apply(void 0,Array(e)).map(function(e,o){return t("i",{class:u("indicator",{active:o===n}),style:o===n?i.indicatorStyle:null})})]);return t("div",{class:u()},[t("div",{ref:"track",style:this.trackStyle,class:u("track"),on:{touchstart:this.onTouchStart,touchmove:this.onTouchMove,touchend:this.onTouchEnd,touchcancel:this.onTouchEnd}},[this.slots()]),o])}}),f=Object(c.h)("swipe-item"),A=f[0],w=f[1],m=A({data:function(){return{offset:0}},beforeCreate:function(){this.$parent.swipes.push(this)},destroyed:function(){this.$parent.swipes.splice(this.$parent.swipes.indexOf(this),1)},render:function(t){var i=this.$parent,e=i.vertical,o=i.computedWidth,a=i.computedHeight,s={width:o+"px",height:e?a+"px":"100%",transform:"translate"+(e?"Y":"X")+"("+this.offset+"px)"};return t("div",{class:w(),style:s,on:Object(n.a)({},this.$listeners)},[this.slots()])}}),g=Object(c.h)("image-preview"),C=g[0],b=g[1];function B(t){return Math.sqrt(Math.abs((t[0].clientX-t[1].clientX)*(t[0].clientY-t[1].clientY)))}var E,k=C({mixins:[h.a,r.a],props:{images:Array,className:null,lazyLoad:Boolean,asyncClose:Boolean,startPosition:Number,showIndicators:Boolean,loop:{type:Boolean,default:!0},overlay:{type:Boolean,default:!0},showIndex:{type:Boolean,default:!0},overlayClass:{type:String,default:"van-image-preview__overlay"},closeOnClickOverlay:{type:Boolean,default:!0}},data:function(){return{scale:1,moveX:0,moveY:0,moving:!1,zooming:!1,active:0}},computed:{imageStyle:function(){var t=this.scale,i={transition:this.zooming||this.moving?"":".3s all"};return 1!==t&&(i.transform="scale3d("+t+", "+t+", 1) translate("+this.moveX/t+"px, "+this.moveY/t+"px)"),i}},watch:{value:function(){this.active=this.startPosition},startPosition:function(t){this.active=t}},methods:{onWrapperTouchStart:function(){this.touchStartTime=new Date},onWrapperTouchEnd:function(t){t.preventDefault();var i=new Date-this.touchStartTime,e=this.$refs.swipe||{},n=e.offsetX,o=void 0===n?0:n,a=e.offsetY;if(i<300&&o<10&&(void 0===a?0:a)<10){var s=this.active;this.resetScale(),this.$emit("close",{index:s,url:this.images[s]}),this.asyncClose||this.$emit("input",!1)}},startMove:function(t){var i=t.currentTarget.getBoundingClientRect(),e=window.innerWidth,n=window.innerHeight;this.touchStart(t),this.moving=!0,this.startMoveX=this.moveX,this.startMoveY=this.moveY,this.maxMoveX=Math.max(0,(i.width-e)/2),this.maxMoveY=Math.max(0,(i.height-n)/2)},startZoom:function(t){this.moving=!1,this.zooming=!0,this.startScale=this.scale,this.startDistance=B(t.touches)},onTouchStart:function(t){var i=t.touches,e=(this.$refs.swipe||{}).offsetX,n=void 0===e?0:e;1===i.length&&1!==this.scale?this.startMove(t):2!==i.length||n||this.startZoom(t)},onTouchMove:function(t){var i=t.touches;if((this.moving||this.zooming)&&(t.preventDefault(),t.stopPropagation()),this.moving){this.touchMove(t);var e=this.deltaX+this.startMoveX,n=this.deltaY+this.startMoveY;this.moveX=Object(c.g)(e,-this.maxMoveX,this.maxMoveX),this.moveY=Object(c.g)(n,-this.maxMoveY,this.maxMoveY)}if(this.zooming&&2===i.length){var o=B(i),a=this.startScale*o/this.startDistance;this.scale=Object(c.g)(a,1/3,3)}},onTouchEnd:function(t){if(this.moving||this.zooming){var i=!0;this.moving&&this.startMoveX===this.moveX&&this.startMoveY===this.moveY&&(i=!1),t.touches.length||(this.moving=!1,this.zooming=!1,this.startMoveX=0,this.startMoveY=0,this.startScale=1,this.scale<1&&this.resetScale()),i&&(t.preventDefault(),t.stopPropagation())}},onChange:function(t){this.resetScale(),this.active=t},resetScale:function(){this.scale=1,this.moveX=0,this.moveY=0}},render:function(t){var i=this;if(this.value){var e=this.active,n=this.images,o=this.showIndex&&t("div",{class:b("index")},[e+1+"/"+n.length]),a=t(d,{ref:"swipe",attrs:{loop:this.loop,indicatorColor:"white",initialSwipe:this.startPosition,showIndicators:this.showIndicators},on:{change:this.onChange}},[n.map(function(n,o){var a={class:b("image"),style:o===e?i.imageStyle:null,on:{touchstart:i.onTouchStart,touchmove:i.onTouchMove,touchend:i.onTouchEnd,touchcancel:i.onTouchEnd}};return t(m,[i.lazyLoad?t("img",s()([{directives:[{name:"lazy",value:n}]},a])):t("img",s()([{attrs:{src:n}},a]))])})]);return t("transition",{attrs:{name:"van-fade"}},[t("div",{class:[b(),this.className],on:{touchstart:this.onWrapperTouchStart,touchend:this.onWrapperTouchEnd,touchcancel:this.onWrapperTouchEnd}},[o,a])])}}}),x={images:[],loop:!0,value:!0,className:"",lazyLoad:!1,showIndex:!0,asyncClose:!1,startPosition:0,showIndicators:!1},y=function(t,i){if(void 0===i&&(i=0),!c.e){E||(E=new(o.default.extend(k))({el:document.createElement("div")}),document.body.appendChild(E.$el));var e=Array.isArray(t)?{images:t,startPosition:i}:t;return Object(n.a)(E,x,e),E.$once("input",function(t){E.value=t}),e.onClose&&E.$once("close",e.onClose),E}};y.install=function(){o.default.use(k)};var z=y,I=e("Jmy5"),S={name:"nofinishdia",mounted:function(){},data:function(){return{previewImg2:I.c}},methods:{toLink:function(){window.location.href="https://appanqlfkth3717.h5.xiaoeknow.com/content_page/eyJ0eXBlIjozLCJyZXNvdXJjZV90eXBlIjowLCJyZXNvdXJjZV9pZCI6IiIsInByb2R1Y3RfaWQiOiJwXzViNGEyNDFjOTQ4NGVfZzg3ZVhOMUgiLCJhcHBfaWQiOiJhcHBhTlFMZmt0SDM3MTcifQ"},ImagePreviewF:function(t){z({images:[this.previewImg2.previewpic1,this.previewImg2.previewpic2,this.previewImg2.previewpic3,this.previewImg2.previewpic6,this.previewImg2.previewpic5,this.previewImg2.previewpic7,this.previewImg2.previewpic8,this.previewImg2.previewpic9],lazyLoad:!0,startPosition:t})}}},M=function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{staticClass:"nofinish-block"},[e("img",{directives:[{name:"lazy",rawName:"v-lazy",value:t.previewImg2.preview1,expression:"previewImg2.preview1"}],staticClass:"bg",attrs:{alt:""}}),t._v(" "),e("img",{directives:[{name:"lazy",rawName:"v-lazy",value:t.previewImg2.preview2,expression:"previewImg2.preview2"}],staticClass:"bg",attrs:{alt:""}}),t._v(" "),e("img",{directives:[{name:"lazy",rawName:"v-lazy",value:t.previewImg2.preview3,expression:"previewImg2.preview3"}],staticClass:"bg",attrs:{alt:""}}),t._v(" "),e("img",{directives:[{name:"lazy",rawName:"v-lazy",value:t.previewImg2.preview4,expression:"previewImg2.preview4"}],staticClass:"bg",attrs:{alt:""}}),t._v(" "),e("div",{staticClass:"pic pic1",on:{click:function(i){t.ImagePreviewF(0)}}}),t._v(" "),e("div",{staticClass:"pic pic2",on:{click:function(i){t.ImagePreviewF(1)}}}),t._v(" "),e("div",{staticClass:"pic pic3",on:{click:function(i){t.ImagePreviewF(2)}}}),t._v(" "),e("div",{staticClass:"pic pic4",on:{click:function(i){t.ImagePreviewF(3)}}}),t._v(" "),e("div",{staticClass:"pic pic5",on:{click:function(i){t.ImagePreviewF(4)}}}),t._v(" "),e("div",{staticClass:"pic pic6",on:{click:function(i){t.ImagePreviewF(5)}}}),t._v(" "),e("div",{staticClass:"pic pic7",on:{click:function(i){t.ImagePreviewF(6)}}}),t._v(" "),e("div",{staticClass:"pic pic8",on:{click:function(i){t.ImagePreviewF(7)}}}),t._v(" "),e("div",{staticClass:"btn",on:{click:t.toLink}},[e("p",[t._v("更多关于英语启蒙知识查看")]),t._v(" "),e("p",[t._v("《萝拉老师启蒙理论课》")])])])};M._withStripped=!0;var Y={render:M,staticRenderFns:[]},T=Y;var X=!1;var D=e("VU/8")(S,T,!1,function(t){X||e("bv0n")},"data-v-0f62695a",null);D.options.__file="src/components/indexPage/preview.vue";i.default=D.exports},W0KU:function(t,i){},bv0n:function(t,i,e){var n=e("k/Gd");"string"==typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);e("rjj0")("2e6d81ca",n,!1,{})},"k/Gd":function(t,i,e){(t.exports=e("FZ+f")(!0)).push([t.i,"\n.fl-r[data-v-0f62695a] {\n float: right;\n}\n.main-block[data-v-0f62695a] {\n margin: 5px;\n background: white;\n padding: 5px;\n}\n.clear-both[data-v-0f62695a]:after {\n content: '';\n display: block;\n clear: both;\n}\n[data-v-0f62695a]::-webkit-scrollbar-track-piece {\n border-radius: 10px;\n}\n[data-v-0f62695a]::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n}\n[data-v-0f62695a]::-webkit-scrollbar-thumb {\n background-color: #999;\n border-radius: 10px;\n height: 10px;\n min-height: 10px;\n}\n.nofinish-block .bg[data-v-0f62695a] {\n width: 100%;\n vertical-align: top;\n}\n.nofinish-block .pic[data-v-0f62695a] {\n position: absolute;\n left: 8vw;\n width: 84vw;\n}\n.nofinish-block .pic1[data-v-0f62695a] {\n top: 118.66666667vw;\n height: 30.66666667vw;\n}\n.nofinish-block .pic2[data-v-0f62695a] {\n top: 196vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic3[data-v-0f62695a] {\n top: 292vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic4[data-v-0f62695a] {\n top: 417.33333333vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic5[data-v-0f62695a] {\n top: 542.66666667vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic6[data-v-0f62695a] {\n top: 665.33333333vw;\n height: 48vw;\n}\n.nofinish-block .pic7[data-v-0f62695a] {\n top: 745.33333333vw;\n height: 42.66666667vw;\n}\n.nofinish-block .pic8[data-v-0f62695a] {\n top: 817.33333333vw;\n height: 42.66666667vw;\n}\n.nofinish-block .btn[data-v-0f62695a] {\n position: absolute;\n bottom: 13.33333333vw;\n background: #00569c;\n color: white;\n text-align: center;\n left: 13.06666667vw;\n font-size: 12px;\n border: 1px solid white;\n border-radius: 6.66666667vw;\n width: 74.66666667vw;\n height: 13.33333333vw;\n padding-top: 2.13333333vw;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n","",{version:3,sources:["C:/Users/Administrator/Desktop/h5/wechat/src/components/indexPage/preview.vue"],names:[],mappings:";AACA;EACE,aAAa;CACd;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,aAAa;CACd;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,oBAAoB;CACrB;AACD;EACE,WAAW;EACX,YAAY;CACb;AACD;EACE,uBAAuB;EACvB,oBAAoB;EACpB,aAAa;EACb,iBAAiB;CAClB;AACD;EACE,YAAY;EACZ,oBAAoB;CACrB;AACD;EACE,mBAAmB;EACnB,UAAU;EACV,YAAY;CACb;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,WAAW;EACX,sBAAsB;CACvB;AACD;EACE,WAAW;EACX,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,aAAa;CACd;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,mBAAmB;EACnB,sBAAsB;EACtB,oBAAoB;EACpB,aAAa;EACb,mBAAmB;EACnB,oBAAoB;EACpB,gBAAgB;EAChB,wBAAwB;EACxB,4BAA4B;EAC5B,qBAAqB;EACrB,sBAAsB;EACtB,0BAA0B;EAC1B,+BAA+B;UACvB,uBAAuB;CAChC",file:"preview.vue",sourcesContent:["\n.fl-r[data-v-0f62695a] {\n float: right;\n}\n.main-block[data-v-0f62695a] {\n margin: 5px;\n background: white;\n padding: 5px;\n}\n.clear-both[data-v-0f62695a]:after {\n content: '';\n display: block;\n clear: both;\n}\n[data-v-0f62695a]::-webkit-scrollbar-track-piece {\n border-radius: 10px;\n}\n[data-v-0f62695a]::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n}\n[data-v-0f62695a]::-webkit-scrollbar-thumb {\n background-color: #999;\n border-radius: 10px;\n height: 10px;\n min-height: 10px;\n}\n.nofinish-block .bg[data-v-0f62695a] {\n width: 100%;\n vertical-align: top;\n}\n.nofinish-block .pic[data-v-0f62695a] {\n position: absolute;\n left: 8vw;\n width: 84vw;\n}\n.nofinish-block .pic1[data-v-0f62695a] {\n top: 118.66666667vw;\n height: 30.66666667vw;\n}\n.nofinish-block .pic2[data-v-0f62695a] {\n top: 196vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic3[data-v-0f62695a] {\n top: 292vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic4[data-v-0f62695a] {\n top: 417.33333333vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic5[data-v-0f62695a] {\n top: 542.66666667vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic6[data-v-0f62695a] {\n top: 665.33333333vw;\n height: 48vw;\n}\n.nofinish-block .pic7[data-v-0f62695a] {\n top: 745.33333333vw;\n height: 42.66666667vw;\n}\n.nofinish-block .pic8[data-v-0f62695a] {\n top: 817.33333333vw;\n height: 42.66666667vw;\n}\n.nofinish-block .btn[data-v-0f62695a] {\n position: absolute;\n bottom: 13.33333333vw;\n background: #00569c;\n color: white;\n text-align: center;\n left: 13.06666667vw;\n font-size: 12px;\n border: 1px solid white;\n border-radius: 6.66666667vw;\n width: 74.66666667vw;\n height: 13.33333333vw;\n padding-top: 2.13333333vw;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n"],sourceRoot:""}])}});
\ No newline at end of file
webpackJsonp([13],{CGQl:function(t,i){},JsOw:function(t,i){},UFvj:function(t,i,e){"use strict";Object.defineProperty(i,"__esModule",{value:!0});e("nsZj"),e("hW8u"),e("JsOw"),e("W0KU"),e("CGQl");var n=e("RfZZ"),o=e("7+uW"),a=e("AA6R"),s=e.n(a),c=e("o69Z"),h=e("CsZI"),r=e("vwLT"),v=e("sM86"),l=Object(c.h)("swipe"),p=l[0],u=l[1],d=p({mixins:[r.a],props:{width:Number,height:Number,autoplay:Number,vertical:Boolean,initialSwipe:Number,indicatorColor:String,loop:{type:Boolean,default:!0},touchable:{type:Boolean,default:!0},showIndicators:{type:Boolean,default:!0},duration:{type:Number,default:500}},data:function(){return{computedWidth:0,computedHeight:0,offset:0,active:0,deltaX:0,deltaY:0,swipes:[],swiping:!1}},mounted:function(){this.initialize(),this.$isServer||Object(v.b)(window,"resize",this.onResize,!0)},activated:function(){this.rendered&&this.initialize(),this.rendered=!0},destroyed:function(){this.clear(),this.$isServer||Object(v.a)(window,"resize",this.onResize,!0)},watch:{swipes:function(){this.initialize()},initialSwipe:function(){this.initialize()},autoplay:function(t){t?this.autoPlay():this.clear()}},computed:{count:function(){return this.swipes.length},delta:function(){return this.vertical?this.deltaY:this.deltaX},size:function(){return this[this.vertical?"computedHeight":"computedWidth"]},trackSize:function(){return this.count*this.size},activeIndicator:function(){return(this.active+this.count)%this.count},isCorrectDirection:function(){var t=this.vertical?"vertical":"horizontal";return this.direction===t},trackStyle:function(){var t,i=this.vertical?"height":"width",e=this.vertical?"width":"height";return(t={})[i]=this.trackSize+"px",t[e]=this[e]?this[e]+"px":"",t.transitionDuration=(this.swiping?0:this.duration)+"ms",t.transform="translate"+(this.vertical?"Y":"X")+"("+this.offset+"px)",t},indicatorStyle:function(){return{backgroundColor:this.indicatorColor}}},methods:{initialize:function(t){if(void 0===t&&(t=this.initialSwipe),clearTimeout(this.timer),this.$el){var i=this.$el.getBoundingClientRect();this.computedWidth=this.width||i.width,this.computedHeight=this.height||i.height}this.swiping=!0,this.active=t,this.offset=this.count>1?-this.size*this.active:0,this.swipes.forEach(function(t){t.offset=0}),this.autoPlay()},onResize:function(){this.initialize(this.activeIndicator)},onTouchStart:function(t){this.touchable&&(this.clear(),this.swiping=!0,this.touchStart(t),this.correctPosition())},onTouchMove:function(t){this.touchable&&this.swiping&&(this.touchMove(t),this.isCorrectDirection&&(t.preventDefault(),t.stopPropagation(),this.move({offset:Math.min(Math.max(this.delta,-this.size),this.size)})))},onTouchEnd:function(){if(this.touchable&&this.swiping){if(this.delta&&this.isCorrectDirection){var t=this.vertical?this.offsetY:this.offsetX;this.move({pace:t>0?this.delta>0?-1:1:0,emitChange:!0})}this.swiping=!1,this.autoPlay()}},move:function(t){var i=t.pace,e=void 0===i?0:i,n=t.offset,o=void 0===n?0:n,a=t.emitChange,s=this.delta,c=this.active,h=this.count,r=this.swipes,v=this.trackSize,l=0===c,p=c===h-1;!this.loop&&(l&&(o>0||e<0)||p&&(o<0||e>0))||h<=1||(r[0]&&(r[0].offset=p&&(s<0||e>0)?v:0),r[h-1]&&(r[h-1].offset=l&&(s>0||e<0)?-v:0),e&&c+e>=-1&&c+e<=h&&(this.active+=e,a&&this.$emit("change",this.activeIndicator)),this.offset=Math.round(o-this.active*this.size))},swipeTo:function(t){var i=this;this.swiping=!0,this.resetTouchStatus(),this.correctPosition(),setTimeout(function(){i.swiping=!1,i.move({pace:t%i.count-i.active,emitChange:!0})},30)},correctPosition:function(){this.active<=-1&&this.move({pace:this.count}),this.active>=this.count&&this.move({pace:-this.count})},clear:function(){clearTimeout(this.timer)},autoPlay:function(){var t=this,i=this.autoplay;i&&this.count>1&&(this.clear(),this.timer=setTimeout(function(){t.swiping=!0,t.resetTouchStatus(),t.correctPosition(),setTimeout(function(){t.swiping=!1,t.move({pace:1,emitChange:!0}),t.autoPlay()},30)},i))}},render:function(t){var i=this,e=this.count,n=this.activeIndicator,o=this.slots("indicator")||this.showIndicators&&e>1&&t("div",{class:u("indicators",{vertical:this.vertical})},[Array.apply(void 0,Array(e)).map(function(e,o){return t("i",{class:u("indicator",{active:o===n}),style:o===n?i.indicatorStyle:null})})]);return t("div",{class:u()},[t("div",{ref:"track",style:this.trackStyle,class:u("track"),on:{touchstart:this.onTouchStart,touchmove:this.onTouchMove,touchend:this.onTouchEnd,touchcancel:this.onTouchEnd}},[this.slots()]),o])}}),f=Object(c.h)("swipe-item"),A=f[0],w=f[1],m=A({data:function(){return{offset:0}},beforeCreate:function(){this.$parent.swipes.push(this)},destroyed:function(){this.$parent.swipes.splice(this.$parent.swipes.indexOf(this),1)},render:function(t){var i=this.$parent,e=i.vertical,o=i.computedWidth,a=i.computedHeight,s={width:o+"px",height:e?a+"px":"100%",transform:"translate"+(e?"Y":"X")+"("+this.offset+"px)"};return t("div",{class:w(),style:s,on:Object(n.a)({},this.$listeners)},[this.slots()])}}),g=Object(c.h)("image-preview"),C=g[0],b=g[1];function B(t){return Math.sqrt(Math.abs((t[0].clientX-t[1].clientX)*(t[0].clientY-t[1].clientY)))}var E,k=C({mixins:[h.a,r.a],props:{images:Array,className:null,lazyLoad:Boolean,asyncClose:Boolean,startPosition:Number,showIndicators:Boolean,loop:{type:Boolean,default:!0},overlay:{type:Boolean,default:!0},showIndex:{type:Boolean,default:!0},overlayClass:{type:String,default:"van-image-preview__overlay"},closeOnClickOverlay:{type:Boolean,default:!0}},data:function(){return{scale:1,moveX:0,moveY:0,moving:!1,zooming:!1,active:0}},computed:{imageStyle:function(){var t=this.scale,i={transition:this.zooming||this.moving?"":".3s all"};return 1!==t&&(i.transform="scale3d("+t+", "+t+", 1) translate("+this.moveX/t+"px, "+this.moveY/t+"px)"),i}},watch:{value:function(){this.active=this.startPosition},startPosition:function(t){this.active=t}},methods:{onWrapperTouchStart:function(){this.touchStartTime=new Date},onWrapperTouchEnd:function(t){t.preventDefault();var i=new Date-this.touchStartTime,e=this.$refs.swipe||{},n=e.offsetX,o=void 0===n?0:n,a=e.offsetY;if(i<300&&o<10&&(void 0===a?0:a)<10){var s=this.active;this.resetScale(),this.$emit("close",{index:s,url:this.images[s]}),this.asyncClose||this.$emit("input",!1)}},startMove:function(t){var i=t.currentTarget.getBoundingClientRect(),e=window.innerWidth,n=window.innerHeight;this.touchStart(t),this.moving=!0,this.startMoveX=this.moveX,this.startMoveY=this.moveY,this.maxMoveX=Math.max(0,(i.width-e)/2),this.maxMoveY=Math.max(0,(i.height-n)/2)},startZoom:function(t){this.moving=!1,this.zooming=!0,this.startScale=this.scale,this.startDistance=B(t.touches)},onTouchStart:function(t){var i=t.touches,e=(this.$refs.swipe||{}).offsetX,n=void 0===e?0:e;1===i.length&&1!==this.scale?this.startMove(t):2!==i.length||n||this.startZoom(t)},onTouchMove:function(t){var i=t.touches;if((this.moving||this.zooming)&&(t.preventDefault(),t.stopPropagation()),this.moving){this.touchMove(t);var e=this.deltaX+this.startMoveX,n=this.deltaY+this.startMoveY;this.moveX=Object(c.g)(e,-this.maxMoveX,this.maxMoveX),this.moveY=Object(c.g)(n,-this.maxMoveY,this.maxMoveY)}if(this.zooming&&2===i.length){var o=B(i),a=this.startScale*o/this.startDistance;this.scale=Object(c.g)(a,1/3,3)}},onTouchEnd:function(t){if(this.moving||this.zooming){var i=!0;this.moving&&this.startMoveX===this.moveX&&this.startMoveY===this.moveY&&(i=!1),t.touches.length||(this.moving=!1,this.zooming=!1,this.startMoveX=0,this.startMoveY=0,this.startScale=1,this.scale<1&&this.resetScale()),i&&(t.preventDefault(),t.stopPropagation())}},onChange:function(t){this.resetScale(),this.active=t},resetScale:function(){this.scale=1,this.moveX=0,this.moveY=0}},render:function(t){var i=this;if(this.value){var e=this.active,n=this.images,o=this.showIndex&&t("div",{class:b("index")},[e+1+"/"+n.length]),a=t(d,{ref:"swipe",attrs:{loop:this.loop,indicatorColor:"white",initialSwipe:this.startPosition,showIndicators:this.showIndicators},on:{change:this.onChange}},[n.map(function(n,o){var a={class:b("image"),style:o===e?i.imageStyle:null,on:{touchstart:i.onTouchStart,touchmove:i.onTouchMove,touchend:i.onTouchEnd,touchcancel:i.onTouchEnd}};return t(m,[i.lazyLoad?t("img",s()([{directives:[{name:"lazy",value:n}]},a])):t("img",s()([{attrs:{src:n}},a]))])})]);return t("transition",{attrs:{name:"van-fade"}},[t("div",{class:[b(),this.className],on:{touchstart:this.onWrapperTouchStart,touchend:this.onWrapperTouchEnd,touchcancel:this.onWrapperTouchEnd}},[o,a])])}}}),y={images:[],loop:!0,value:!0,className:"",lazyLoad:!1,showIndex:!0,asyncClose:!1,startPosition:0,showIndicators:!1},x=function(t,i){if(void 0===i&&(i=0),!c.e){E||(E=new(o.default.extend(k))({el:document.createElement("div")}),document.body.appendChild(E.$el));var e=Array.isArray(t)?{images:t,startPosition:i}:t;return Object(n.a)(E,y,e),E.$once("input",function(t){E.value=t}),e.onClose&&E.$once("close",e.onClose),E}};x.install=function(){o.default.use(k)};var z=x,I=e("Jmy5"),S={name:"nofinishdia",mounted:function(){},data:function(){return{previewImg2:I.c}},methods:{toLink:function(){window.location.href="https://appanqlfkth3717.h5.xiaoeknow.com/content_page/eyJ0eXBlIjozLCJyZXNvdXJjZV90eXBlIjowLCJyZXNvdXJjZV9pZCI6IiIsInByb2R1Y3RfaWQiOiJwXzViNGEyNDFjOTQ4NGVfZzg3ZVhOMUgiLCJhcHBfaWQiOiJhcHBhTlFMZmt0SDM3MTcifQ"},ImagePreviewF:function(t){z({images:[this.previewImg2.previewpic1,this.previewImg2.previewpic2,this.previewImg2.previewpic3,this.previewImg2.previewpic6,this.previewImg2.previewpic5,this.previewImg2.previewpic7,this.previewImg2.previewpic8,this.previewImg2.previewpic9],lazyLoad:!0,startPosition:t})}}},Y=function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{staticClass:"nofinish-block"},[e("img",{directives:[{name:"lazy",rawName:"v-lazy",value:t.previewImg2.preview1,expression:"previewImg2.preview1"}],staticClass:"bg",attrs:{alt:""}}),t._v(" "),e("img",{directives:[{name:"lazy",rawName:"v-lazy",value:t.previewImg2.preview2,expression:"previewImg2.preview2"}],staticClass:"bg",attrs:{alt:""}}),t._v(" "),e("img",{directives:[{name:"lazy",rawName:"v-lazy",value:t.previewImg2.preview3,expression:"previewImg2.preview3"}],staticClass:"bg",attrs:{alt:""}}),t._v(" "),e("img",{directives:[{name:"lazy",rawName:"v-lazy",value:t.previewImg2.preview4,expression:"previewImg2.preview4"}],staticClass:"bg",attrs:{alt:""}}),t._v(" "),e("div",{staticClass:"pic pic1",on:{click:function(i){t.ImagePreviewF(0)}}}),t._v(" "),e("div",{staticClass:"pic pic2",on:{click:function(i){t.ImagePreviewF(1)}}}),t._v(" "),e("div",{staticClass:"pic pic3",on:{click:function(i){t.ImagePreviewF(2)}}}),t._v(" "),e("div",{staticClass:"pic pic4",on:{click:function(i){t.ImagePreviewF(3)}}}),t._v(" "),e("div",{staticClass:"pic pic5",on:{click:function(i){t.ImagePreviewF(4)}}}),t._v(" "),e("div",{staticClass:"pic pic6",on:{click:function(i){t.ImagePreviewF(5)}}}),t._v(" "),e("div",{staticClass:"pic pic7",on:{click:function(i){t.ImagePreviewF(6)}}}),t._v(" "),e("div",{staticClass:"pic pic8",on:{click:function(i){t.ImagePreviewF(7)}}}),t._v(" "),e("div",{staticClass:"btn",on:{click:t.toLink}},[e("img",{attrs:{src:t.previewImg2.previewBtn,alt:""}})])])};Y._withStripped=!0;var M={render:Y,staticRenderFns:[]},T=M;var X=!1;var D=e("VU/8")(S,T,!1,function(t){X||e("bv0n")},"data-v-0f62695a",null);D.options.__file="src/components/indexPage/preview.vue";i.default=D.exports},W0KU:function(t,i){},bv0n:function(t,i,e){var n=e("k/Gd");"string"==typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);e("rjj0")("2e6d81ca",n,!1,{})},"k/Gd":function(t,i,e){(t.exports=e("FZ+f")(!0)).push([t.i,"\n.fl-r[data-v-0f62695a] {\n float: right;\n}\n.main-block[data-v-0f62695a] {\n margin: 5px;\n background: white;\n padding: 5px;\n}\n.clear-both[data-v-0f62695a]:after {\n content: '';\n display: block;\n clear: both;\n}\n[data-v-0f62695a]::-webkit-scrollbar-track-piece {\n border-radius: 10px;\n}\n[data-v-0f62695a]::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n}\n[data-v-0f62695a]::-webkit-scrollbar-thumb {\n background-color: #999;\n border-radius: 10px;\n height: 10px;\n min-height: 10px;\n}\n.nofinish-block .bg[data-v-0f62695a] {\n width: 100%;\n vertical-align: top;\n}\n.nofinish-block .pic[data-v-0f62695a] {\n position: absolute;\n left: 8vw;\n width: 84vw;\n}\n.nofinish-block .pic1[data-v-0f62695a] {\n top: 118.66666667vw;\n height: 30.66666667vw;\n}\n.nofinish-block .pic2[data-v-0f62695a] {\n top: 196vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic3[data-v-0f62695a] {\n top: 292vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic4[data-v-0f62695a] {\n top: 417.33333333vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic5[data-v-0f62695a] {\n top: 542.66666667vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic6[data-v-0f62695a] {\n top: 665.33333333vw;\n height: 48vw;\n}\n.nofinish-block .pic7[data-v-0f62695a] {\n top: 745.33333333vw;\n height: 42.66666667vw;\n}\n.nofinish-block .pic8[data-v-0f62695a] {\n top: 817.33333333vw;\n height: 42.66666667vw;\n}\n.nofinish-block .btn[data-v-0f62695a] {\n position: absolute;\n bottom: 12.8vw;\n text-align: center;\n left: 12.53333333vw;\n font-size: 12px;\n width: 75.73333333vw;\n height: 13.33333333vw;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n.nofinish-block .btn img[data-v-0f62695a] {\n width: 100%;\n}\n","",{version:3,sources:["C:/Users/Administrator/Desktop/h5/wechat/src/components/indexPage/preview.vue"],names:[],mappings:";AACA;EACE,aAAa;CACd;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,aAAa;CACd;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,oBAAoB;CACrB;AACD;EACE,WAAW;EACX,YAAY;CACb;AACD;EACE,uBAAuB;EACvB,oBAAoB;EACpB,aAAa;EACb,iBAAiB;CAClB;AACD;EACE,YAAY;EACZ,oBAAoB;CACrB;AACD;EACE,mBAAmB;EACnB,UAAU;EACV,YAAY;CACb;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,WAAW;EACX,sBAAsB;CACvB;AACD;EACE,WAAW;EACX,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,aAAa;CACd;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,oBAAoB;EACpB,sBAAsB;CACvB;AACD;EACE,mBAAmB;EACnB,eAAe;EACf,mBAAmB;EACnB,oBAAoB;EACpB,gBAAgB;EAChB,qBAAqB;EACrB,sBAAsB;EACtB,+BAA+B;UACvB,uBAAuB;CAChC;AACD;EACE,YAAY;CACb",file:"preview.vue",sourcesContent:["\n.fl-r[data-v-0f62695a] {\n float: right;\n}\n.main-block[data-v-0f62695a] {\n margin: 5px;\n background: white;\n padding: 5px;\n}\n.clear-both[data-v-0f62695a]:after {\n content: '';\n display: block;\n clear: both;\n}\n[data-v-0f62695a]::-webkit-scrollbar-track-piece {\n border-radius: 10px;\n}\n[data-v-0f62695a]::-webkit-scrollbar {\n width: 5px;\n height: 5px;\n}\n[data-v-0f62695a]::-webkit-scrollbar-thumb {\n background-color: #999;\n border-radius: 10px;\n height: 10px;\n min-height: 10px;\n}\n.nofinish-block .bg[data-v-0f62695a] {\n width: 100%;\n vertical-align: top;\n}\n.nofinish-block .pic[data-v-0f62695a] {\n position: absolute;\n left: 8vw;\n width: 84vw;\n}\n.nofinish-block .pic1[data-v-0f62695a] {\n top: 118.66666667vw;\n height: 30.66666667vw;\n}\n.nofinish-block .pic2[data-v-0f62695a] {\n top: 196vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic3[data-v-0f62695a] {\n top: 292vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic4[data-v-0f62695a] {\n top: 417.33333333vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic5[data-v-0f62695a] {\n top: 542.66666667vw;\n height: 53.33333333vw;\n}\n.nofinish-block .pic6[data-v-0f62695a] {\n top: 665.33333333vw;\n height: 48vw;\n}\n.nofinish-block .pic7[data-v-0f62695a] {\n top: 745.33333333vw;\n height: 42.66666667vw;\n}\n.nofinish-block .pic8[data-v-0f62695a] {\n top: 817.33333333vw;\n height: 42.66666667vw;\n}\n.nofinish-block .btn[data-v-0f62695a] {\n position: absolute;\n bottom: 12.8vw;\n text-align: center;\n left: 12.53333333vw;\n font-size: 12px;\n width: 75.73333333vw;\n height: 13.33333333vw;\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n}\n.nofinish-block .btn img[data-v-0f62695a] {\n width: 100%;\n}\n"],sourceRoot:""}])}});
\ No newline at end of file
!function(e){var a=window.webpackJsonp;window.webpackJsonp=function(c,t,f){for(var o,d,b,i=0,u=[];i<c.length;i++)d=c[i],n[d]&&u.push(n[d][0]),n[d]=0;for(o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);for(a&&a(c,t,f);u.length;)u.shift()();if(f)for(i=0;i<f.length;i++)b=r(r.s=f[i]);return b};var c={},n={34:0};function r(a){if(c[a])return c[a].exports;var n=c[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.e=function(e){var a=n[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var c=new Promise(function(c,r){a=n[e]=[c,r]});a[2]=c;var t=document.getElementsByTagName("head")[0],f=document.createElement("script");f.type="text/javascript",f.charset="utf-8",f.async=!0,f.timeout=12e4,r.nc&&f.setAttribute("nonce",r.nc),f.src=r.p+"static/js/"+e+"."+{0:"55a7581e0424c30f7575",1:"6dffa05763f0439bbbe1",2:"ae57d591a1c6e5092b19",3:"8dfb98444be7be3da1f8",4:"74a5ca2992fb50fce87c",5:"aaf704a2afdad27e785d",6:"d27a58ad0bbfa4b6e90a",7:"0d5d7ff34aa602b69c42",8:"4746f0b53b1c9bc0e8c2",9:"7444c097bce4fab4eac0",10:"e4900390e294708e603c",11:"08b648925597ca923e39",12:"b79dc5d8971f72fdae57",13:"e24d607db1f942e4dcc5",14:"1ea0a9f546093f971664",15:"627cc3cdfe91443b5c4d",16:"65a2d4dc3a1aebd80d84",17:"a3d340dcb18e27484c72",18:"d0615a487639ae8d817c",19:"6788ece3a8027eb36940",20:"f46ab545b8fe0453719c",21:"eb3513e6eea7e98e45d8",22:"64dc8df32f3b7ba02d49",23:"abd000c2d42590325658",24:"8d6d21dcd4761d5f6f66",25:"c4f8aca721402d7c94c6",26:"f688ad0a42f7f2456842",27:"a5e5e94083390ee9234f",28:"177b4274d387efdae1ff",29:"a1285b63a5878c5ec97e",30:"20b44b344574b2e0ec1f",31:"8f52eeaf0d104ac49249"}[e]+".js";var o=setTimeout(d,12e4);function d(){f.onerror=f.onload=null,clearTimeout(o);var a=n[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),n[e]=void 0)}return f.onerror=f.onload=d,t.appendChild(f),c},r.m=e,r.c=c,r.d=function(e,a,c){r.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:c})},r.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(a,"a",a),a},r.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},r.p="",r.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
!function(e){var a=window.webpackJsonp;window.webpackJsonp=function(c,t,f){for(var o,d,b,i=0,u=[];i<c.length;i++)d=c[i],n[d]&&u.push(n[d][0]),n[d]=0;for(o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);for(a&&a(c,t,f);u.length;)u.shift()();if(f)for(i=0;i<f.length;i++)b=r(r.s=f[i]);return b};var c={},n={34:0};function r(a){if(c[a])return c[a].exports;var n=c[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.e=function(e){var a=n[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var c=new Promise(function(c,r){a=n[e]=[c,r]});a[2]=c;var t=document.getElementsByTagName("head")[0],f=document.createElement("script");f.type="text/javascript",f.charset="utf-8",f.async=!0,f.timeout=12e4,r.nc&&f.setAttribute("nonce",r.nc),f.src=r.p+"static/js/"+e+"."+{0:"a3ac0676ab69b73262f3",1:"6dffa05763f0439bbbe1",2:"ae57d591a1c6e5092b19",3:"8dfb98444be7be3da1f8",4:"74a5ca2992fb50fce87c",5:"aaf704a2afdad27e785d",6:"d27a58ad0bbfa4b6e90a",7:"0d5d7ff34aa602b69c42",8:"4746f0b53b1c9bc0e8c2",9:"7444c097bce4fab4eac0",10:"e4900390e294708e603c",11:"08b648925597ca923e39",12:"b79dc5d8971f72fdae57",13:"222a1a8d4eb3d707b05d",14:"1ea0a9f546093f971664",15:"627cc3cdfe91443b5c4d",16:"65a2d4dc3a1aebd80d84",17:"a3d340dcb18e27484c72",18:"d0615a487639ae8d817c",19:"6788ece3a8027eb36940",20:"f46ab545b8fe0453719c",21:"eb3513e6eea7e98e45d8",22:"64dc8df32f3b7ba02d49",23:"abd000c2d42590325658",24:"8d6d21dcd4761d5f6f66",25:"c4f8aca721402d7c94c6",26:"f688ad0a42f7f2456842",27:"a5e5e94083390ee9234f",28:"177b4274d387efdae1ff",29:"a1285b63a5878c5ec97e",30:"20b44b344574b2e0ec1f",31:"8f52eeaf0d104ac49249"}[e]+".js";var o=setTimeout(d,12e4);function d(){f.onerror=f.onload=null,clearTimeout(o);var a=n[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),n[e]=void 0)}return f.onerror=f.onload=d,t.appendChild(f),c},r.m=e,r.c=c,r.d=function(e,a,c){r.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:c})},r.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(a,"a",a),a},r.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},r.p="",r.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
......@@ -14,8 +14,7 @@
<div class="pic pic8" @click="ImagePreviewF(7)"></div>
<!-- <img class="pic pic1" :src="previewImg2.previewpic1" alt=""> -->
<div class="btn" @click="toLink">
<p>更多关于英语启蒙知识查看</p>
<p>《萝拉老师启蒙理论课》</p>
<img :src="previewImg2.previewBtn" alt="">
</div>
</div>
</template>
......@@ -72,7 +71,9 @@
.pic6{top: 2495 *@toVw;height:180 *@toVw ;}
.pic7{top: 2795 *@toVw;height:160 *@toVw ;}
.pic8{top: 3065 *@toVw;height:160 *@toVw ;}
.btn{position: absolute;bottom: 50 *@toVw;background: #00569c;color: white;text-align: center;left: 49 *@toVw;
font-size: 12px;border: 1px solid white;border-radius:25*@toVw;width: 280*@toVw;height:50 *@toVw;padding-top: 8 *@toVw;box-sizing: border-box;}
.btn{position: absolute;bottom: 48 *@toVw;text-align: center;left: 47 *@toVw;
font-size: 12px;width: 284*@toVw;height:50 *@toVw;box-sizing: border-box;
img{width: 100%;}
}
}
</style>
......@@ -49,6 +49,7 @@ import previewpic7 from '../assets/index/pic7.png'
import previewpic8 from '../assets/index/pic8.png'
import previewpic9 from '../assets/index/pic9.png'
import previewpic10 from '../assets/index/pic10.png'
import previewBtn from '../assets/index/preBtn.png'
// 分享学习记录
export const share = {
......@@ -112,4 +113,5 @@ export const previewImg = {
previewpic8:previewpic8,
previewpic9:previewpic9,
previewpic10:previewpic10,
previewBtn:previewBtn
};
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment