<scroll-view enhanced="true" binddragstart="bindStart" binddragend="bindScroll" scroll-y="true" style="height: {{height}}px;" scroll-into-view="word_{{searchId}}" class="list" enable-flex>
<!-- <view class="list"> -->
<view class="item {{word==vo.word?'active':''}}" id="word_{{vo.id}}" style="width: {{width}}px;height: {{width}}px;" wx:for="{{wxData[wxIndex]}}" wx:for-item="vo" wx:key="word">{{vo.word}}</view>
<!-- </view> -->
</scroll-view>
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
印象里面在真机上是可以触发?