<scroll-view class="tab-container" scroll-x="true" scroll-with-animation @bindscrolltolower="bindscrolltolower" :lower-threshold="1">
<view class="tab-item" v-for="(item,index) in datas" :key="index"
@click="onSelect(index)" >{{item.vipName}}</view>
</scroll-view>
想实现上面tab滑到最右三个之前,最右侧都显示一个方向的图标
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。