<button bindtap="clearShowLog" >清除日志</button>
<scroll-view scroll-y="true" style="height: 800rpx" scroll-into-view="{{scrollTo}}">
<text wx:for="{{show_data}} " selectable='true' class="font-break">{{item}}</text>
<!--<view wx:for="{{show_data}}" class="font-break">{{item}}</view>-->
<!-- 最后加一个垫底的节点 -->
<view class="font-break" id="{{endId}}" style="height:1px;"></view>
</scroll-view>
在我显示了大量的log信息后,就是这一段代码会消失,text组件就是用来显示log的,但会连带着上面的button按钮一起消失
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
https://github.com/wechat-miniprogram/recycle-view