目前发现是开发者工具是会出现这个问题,真机没有
scroll-view 横向自动滚动添加scroll-with-animation后事件触发异常?<view class="container"> <image class="ic_msg" src="images/ic_msg.png"></image> <scroll-view class="announcement-container" scroll-x scroll-left="{{scrollLeft}}" lower-threshold="{{lower}}" bindscrolltolower ="scrollToLower" >{{content}}</scroll-view> <image class="btn_msg_del" src="images/btn_msg_del.png"></image> </view> 需求是实现横向走马灯功能 使用了<scroll-view>后添加了过渡scroll-with-animation后,无法触发bindscrolltolower的情况,过程中有明显的一次抖动情况,后将bindscrolltolower更换为bindscroll后,发现在抖动处才会触发一次 scroll-with-animation删除后触底事件和滚动时触发事件才正常
2022-04-25同样出现了这个问题,请问是如何修复的呢?:)
wx.previewImage图片预览放大后,存在缓存?图片预览放大后,存在缓存,当你更换了新的图片点击预览的时候,预览的还是旧的图片[图片][图片],返回的链接是新的图片:https://hucai-a.oss-cn-hangzhou.aliyuncs.com/wlwly/20210126/22247120210126/fine/22247120210126_0006.jpg,我再代码里另外加了时间戳,还是没效果[图片]
2021-02-26