<scroll-view :style="{'height': windowHeight - 195 +'px'}" :scroll-into-view="intoid" :scroll-y="selectDeptId==null||selectDeptId==deptsList[0].deptId" class="tree_scroll"
@scrolltolower="carTreeListPaging" v-if="!isTreeSearch" @scroll.stop="noClick">
<tree :treeList="deptsList[0]" v-if="loadTree"></tree>
</scroll-view>
<scroll-view scroll-y="true" class="car_scroll" @scrolltolower="carChildrenTreeListPaging"
:scroll-y="treeList.deptId==deptId" v-if="treeListIndex!=0&&treeList.children!=''">
<tree-item v-for="item in treeList.children" :key="item.deptId" :treeListIndex='treeListIndex+1'
:treeList="item"></tree-item>
</scroll-view>
consoleLog123
- 发布:2021-10-26 00:51
- 更新:2021-10-27 08:27
- 阅读:565
uniapp app 安卓端 scoll-view无法嵌套使用,被嵌套的scoll-view不能向下滑动,两个scoll-view均为Y方向,小程序端可以嵌套的
分类:uni-app
2 个回复
consoleLog123 (作者) - 向大前端方向迈进!
没人解决下这个问题吗?
consoleLog123 (作者) - 向大前端方向迈进!
这个问题 官方大大能看一下吗