dingyong0214 / ThorUI

ThorUI组件库,微信小程序项目代码分享,组件文档地址:https://www.thorui.cn/doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

滑动穿透

pei-zheng-yi opened this issue · comments

商城模板中,pages/extend-view/productList/productList页面中的左侧抽屉dropDowmList显示时存在滑动穿透的问题

drawer and dropdownList elements add this code 'catch:touchmove="preventTouchMove"',
and in the js file realize the 'prevenTouchMove' function like this : preventTouchMove:function(){};
maybe add this in the components file will be better,thanks!

下个版本修复