We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
问题描述
taro-ui@3.2.0 AtRange 组件 在微信小程序插件中使用,onChange 取到的value值是[0,NaN],
期望行为 此bug是因为,taro3.x 中小程序和小程序插件获取元素方式不一致,taro-ui delayQuerySelector函数未对小程序插件获取元素方式做处理造成的,如下图所示,应改为判断是不是小程序插件,如果是则获取元素方式改成:Taro.createSelectorQuery().in(getCurrentInstance().page);请尽快解决发包,谢谢!
系统信息