选项卡切换保持原有列表数据位置不变问题
小于 1 分钟
选项卡切换保持原有列表数据位置不变问题
使用scroll-view与v-show来实现
<scroll-view v-show="isType==0">
内容一
</scroll-view>
<scroll-view v-show="isType==1">
内容二
</scroll-view>
<scroll-view v-show="isType==2">
内容三
</scroll-view>
使用scroll-view与v-show来实现
<scroll-view v-show="isType==0">
内容一
</scroll-view>
<scroll-view v-show="isType==1">
内容二
</scroll-view>
<scroll-view v-show="isType==2">
内容三
</scroll-view>