movable-view中的图片上放置点可以进行跳转,但是跳转后,返回后,图片会消失一下才重新显示?
发布于 5 年前 作者 hufang 1624 次浏览 来自 问答

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

回到顶部