-
Notifications
You must be signed in to change notification settings - Fork 280
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
t-tabs,吸顶效果在scroll-view设置了refresher-enabled="{{true}}"之后,拖动到吸顶位置,就消失不见了 #3100
Comments
👋 @guoyutao,感谢给 TDesign 提出了 issue。 |
@guoyutao 感谢反馈,我这里试了下拉刷新后tabs正常显示,Webview和Skyline都可以,你是因为没有给scrollview设置高度?可以提供一个最小复现片段以及视频我们再看看 |
<scroll-view <t-tabs
Page({ onStickyScroll(event) {
.link-example { .custom-tabs {
|
tdesign-miniprogram 版本
1.6.0
重现链接
No response
重现步骤
<scroll-view
id="scrollview"
class="scroll_area"
type="custom"
scroll-y
style="width: 100vw;"
show-scrollbar="{{false}}"
enhanced="{{true}}"
refresher-enabled="{{true}}"
refresher-threshold="{{50}}"
refresher-default-style="none"
refresher-triggered="{{triggered}}"
bind:refresherpulling="onPulling"
bind:refresherrefresh="onRefresh"
bind:refresherrestore="onRestore"
bind:refresherabort="onAbort"
bind:refresherstatuschange="onStatusChange"
worklet:onstartstart="handleScrollStart"
worklet:onscrollupdate="handleScrollUpdate"
worklet:onscrollend="handleScrollEnd"
bindscrolltolower="bindScrollTolower"
<t-tabs
defaultValue="{{0}}"
sticky
stickyProps="{{stickyProps}}"
bind:change="onTabsChange"
bind:click="onTabsClick"
bind:scroll="onStickyScroll"
t-class="custom-tabs"
期望结果
No response
实际结果
No response
基础库版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: