movable-view中的图片上放置点可以进行跳转,但是跳转后,返回后,图片会消失一下才重新显示?
movable-view中的图片上放置点可以进行跳转,但是跳转后,返回后,图片会消失一下才重新显示
<movable-area>
<movable-view style=“width:{{imageWidth}}px;height:{{imageHeight}}px;” x="{{spaceLeft}}" direction=“all” animation="{{false}}" scale scale-min="{{minScale}}" scale-value="{{minScale}}" scale-max=“2”>
<image bindload=“onLoadImage”></image>
</movable-view>
</movable-area>
1 回复
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)