Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue3 tsx scrollView 组件 事件不触发 #11448

Closed
EdivenH opened this issue Mar 14, 2022 · 4 comments
Closed

vue3 tsx scrollView 组件 事件不触发 #11448

EdivenH opened this issue Mar 14, 2022 · 4 comments

Comments

@EdivenH
Copy link

EdivenH commented Mar 14, 2022

相关平台

微信小程序

复现仓库

https://github.com/NervJS
小程序基础库: 2.22.0
使用框架: Vue 3

复现步骤

<ScrollView
      scrollY
      upperThreshold={upperThreshold}
      lowerThreshold={lowerThreshold}
      refresherThreshold={refresherThreshold}
      onScrolltolower={handleScrollToLower}
      onScroll={handleScroll}
    >
      {render()}
 </ScrollView>

期望结果

onScrolltolower、onScroll 事件触发

实际结果

事件不触发

环境信息

👽 Taro v3.4.3


  Taro CLI 3.4.3 environment info:
    System:
      OS: Windows 10
    Binaries:
      Node: 16.13.0 - C:\Program Files\nodejs\node.EXE
      npm: 8.1.0 - C:\Program Files\nodejs\npm.CMD
@EdivenH EdivenH closed this as completed Mar 14, 2022
@EdivenH EdivenH reopened this Mar 14, 2022
@EdivenH EdivenH closed this as completed Mar 14, 2022
@EdivenH
Copy link
Author

EdivenH commented Mar 14, 2022

已解决

@Athrun-Judah
Copy link

请问如何解决的呢

@j10ccc
Copy link

j10ccc commented Mar 16, 2023

#11371 试试这个 @Athrun-Judah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants