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

华为P40Tab下方的列表不显示 #121

Open
1591161042 opened this issue Oct 8, 2021 · 3 comments
Open

华为P40Tab下方的列表不显示 #121

1591161042 opened this issue Oct 8, 2021 · 3 comments

Comments

@1591161042
Copy link

显示空白,其他的手机上正常显示,这是什么问题导致的呢

@1591161042
Copy link
Author

return <CollapsibleHeaderTabView
{...rest}
onStartRefresh={this.onStartRefresh}
renderTabBar={this._renderTabBar}
onChangeTab={this.onChangeTab}
showsVerticalScrollIndicator={false}
isRefreshing={this.state.isRefreshing}
>
<FlatListPage navigation={this.props.navigation} disMiss={this.disMiss} ref={r => (this.shareList = r)} key={'分享赚'} tabLabel={'分享赚'} index={0} />
<FlatListPage navigation={this.props.navigation} disMiss={this.disMiss} ref={r => (this.killList = r)} key={'限时秒'} tabLabel={'限时秒'} index={1} />
<FlatListPage navigation={this.props.navigation} disMiss={this.disMiss} ref={r => (this.cardList = r)} key={'储值卡'} tabLabel={'储值卡'} index={2} />

    </CollapsibleHeaderTabView>

@zyslife
Copy link
Owner

zyslife commented Oct 8, 2021

@1591161042 能否提供一个简单可以运行的例子

@1591161042
Copy link
Author

他实在鸿蒙系统下面,如果数据就只有1-2条的时候也是不显示,如果多条就可以显示、在其他的机器上正常,就是demo运行也是一样的,把数据调少一下,就不显示了

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

2 participants