2020
09-30
09-30
用vue 实现手机触屏滑动功能
功能:iviewCarousel走马灯,我需要在phone上实现滑动切换功能。<divclass="phone"@touchstart="phone_mouseS"@touchend="phone_mouseE"><Carousel:autoplay-speed="5000"v-model="phone_mouseMIndex"autoplay:value="0"loopv-if="menuChoose=='/'"><CarouselItem><imgclass="img"src="../../static/common/phone_banner_index1.jpg"/></CarouselItem><CarouselItem><imgclass="img"src="../../static/comm...
继续阅读 >