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

是否支持微信小程序“下拉二级” #14321

Closed
cat-kun opened this issue Aug 8, 2023 · 1 comment · Fixed by #14573, #14582 or #14586
Closed

是否支持微信小程序“下拉二级” #14321

cat-kun opened this issue Aug 8, 2023 · 1 comment · Fixed by #14573, #14582 or #14586
Labels
A-typings Area - TypeScript Typings 相关 E-easy Helper Wanted - Easy enhancement New feature or request T-weapp Target - 编译到微信小程序

Comments

@cat-kun
Copy link

cat-kun commented Aug 8, 2023

这个特性解决了什么问题?

scroll-view下拉二级功能

这个 API 长什么样?

<scroll-view
  type="list"
  scroll-y
  refresher-enabled="{{true}}"
  refresher-two-level-enabled="{{true}}"
  refresher-two-level-scroll-enabled="{{true}}"
>
  <view slot="refresher"></view>
</scroll-view>
@taro-bot2 taro-bot2 bot added the enhancement New feature or request label Aug 8, 2023
@ZakaryCode ZakaryCode added the E-easy Helper Wanted - Easy label Sep 5, 2023
@ZakaryCode
Copy link
Contributor

可以参考插件为对应组件新增属性达成该能力

@ZakaryCode ZakaryCode added A-typings Area - TypeScript Typings 相关 T-weapp Target - 编译到微信小程序 labels Sep 5, 2023
@ZakaryCode ZakaryCode removed their assignment Sep 5, 2023
TheKonka added a commit to TheKonka/taro that referenced this issue Sep 20, 2023
ZakaryCode added a commit that referenced this issue Sep 22, 2023
* feat(weapp): support scroll-view refresher-two-level

#14321

* fix(types): update slot extends

---------

Co-authored-by: ZakaryCode <zakarycode@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-typings Area - TypeScript Typings 相关 E-easy Helper Wanted - Easy enhancement New feature or request T-weapp Target - 编译到微信小程序
Projects
Archived in project
2 participants