GithubHelp home page GithubHelp logo

Comments (1)

tingyuxuan2302 avatar tingyuxuan2302 commented on August 15, 2024

<AtTabs current={currentTab} tabList={tabList} onClick={switchTab}> <AtTabsPane current={currentTab} index={0} customStyle={{ backgroundColor: "#F2F2F2" }} > <TaroVirtualList autoScrollTop={false} listType='multi' list={listData[0].list} pageNum={listData[0].pIndex} segmentNum={pageSize} screenNum={1} listId='id' onRender={(cp) => (<Item {...cp} key={cp.id} onShare={() => openShare(cp)} />)} scrollViewProps={{ onScrollToLower: () => onPageScrollToLower(0), lowerThreshold: 50, style: { height: '100vh', marginBottom: '30px', marginTop: '82rpx' }, }} /> </AtTabsPane> <AtTabsPane current={currentTab} index={1}> <TaroVirtualList autoScrollTop={false} listType='multi' list={listData[1].list} pageNum={listData[1].pIndex} segmentNum={pageSize} screenNum={1} listId='id' onRender={(cp) => (<Item {...cp} key={cp.id} onShare={() => openShare(cp)} />)} scrollViewProps={{ onScrollToLower: () => onPageScrollToLower(1), lowerThreshold: 50, style: { height: '100vh', marginBottom: '30px', marginTop: '82rpx' }, }} /> </AtTabsPane> </AtTabs>

结合TaroUI的Tabs组件,当在第二个Tab内滑到第2页,切换到第一个Tab,再切换回第二个Tab,此时不渲染第1页的数据,只有占位 image

image
你的listId不要一样啊,文档里写的很清楚了

from taro3-virtual-list.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.