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>
