<view class="view_2">
<van-tabs active="{{ active }}" bind:change="onChange" color="#144a9e">
<van-tab title="xxx">
<block wx:for="{{DocumentList2}}" wx:key="index" class="DucumentList" data-index="{{ index }}">
<van-cell title="{{item.filename}}" label="{{item.modifyTime}}" bind:click="cellTo2" data-index="{{index}}">
//...
</van-cell>
</block>
</van-tab>
</van-tabs>
</van-tabs>
</view>
.view_2 {
width: 100%;
border-top-left-radius: 50rpx;
border-top-right-radius: 50rpx;
background-color: white;
}
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
手指触摸van-cell区域的时候滚动不了,但是其他区域滚动的了,是因为事件的原因吗?