sdc-alibaba / SUI-Mobile

SUI Mobile (MSUI)是由阿里巴巴国际UED前端出品的移动端UI库,轻量精美
http://m.sui.taobao.org/components/
MIT License
6.1k stars 1.58k forks source link

扩展组件中图片浏览器 看图片几次后报错 #504

Open jauddy opened 8 years ago

jauddy commented 8 years ago

Uncaught TypeError: Cannot read property 'eq' of undefinedpb.swipeCloseTouchMove @ sm-extend.js:3277s.emit @ sm-extend.js:2242s.onTouchMove @ sm-extend.js:975 sm-extend.js:2920 Uncaught TypeError: pb.swiper.destroy is not a function

pb.swipeCloseTouchMove = function (swiper, e) { if (!swipeToCloseIsTouched) return; if (!swipeToCloseStarted) { swipeToCloseStarted = true; swipeToCloseStart = e.type === 'touchmove' ? e.targetTouches[0].pageY : e.pageY; ## \ swipeToCloseActiveSlide = pb.swiper.slides.eq(pb.swiper.activeIndex);** swipeToCloseTimeStart = (new Date()).getTime(); }

wormcc commented 8 years ago

会在下一个版本修复

hanfeng1949 commented 8 years ago

尚未修复?

leo-lai commented 7 years ago

同问,解决了么,貌似好久了

IMJacky commented 7 years ago

@wormcc 急求~