thh0613
thh0613
## Describe the bug The font size of the text component is displayed abnormally; text 组件字体大小显示异常 ## To Reproduce In the list or common page layout, the font-size unit of...
我在使用bindingx 做两个列表联动,因为scroll 动画暂时不支持list,我用的是两个scrollview, 然后在一个scrollview 手滑动时,另一个scrollview做bindingx 的 eventType 为scroll的scroll.contentOffsetY动画,在动画中,会出现第二个列表滑动有滞后的情况。 ``` onTouchRight() { let leftList = this.$refs.leftList.ref; let rightList = this.$refs.rightList.ref; this.bindingToken = Binding.bind({ eventType: 'scroll', anchor: rightList, props: [{ element: leftList,...