<view style="background:#F4F4F4;">
<view class="center">
<view class="center top circl" style="width:295rpx;height:413rpx;background:#FFFFFF">
<image class="imgge" mode="aspectFit" src="{{url}}" style="width:295rpx;height:413rpx;"></image>
<movable-area style="width:295rpx;height:413rpx;overflow:hidden;">
<movable-view bindchange="onChange" scale="ture" direction="all" out-of-bounds="ture" scaleMax="3" scaleMin="0.5" scaleValue="1" style="width:295rpx;height:413rpx;">
<image class="imgge" mode="aspectFit" src="../../images/man2.png" style="width:150rpx;height:300rpx;"></image>
</movable-view>
</movable-area>
</view>
</view>
</view>
拖动后会回弹到原来的位置,如何才能让他不乱跑,能超出边框,又可以不回弹呢
你好,可以参考此贴
https://developers.weixin.qq.com/community/develop/doc/00086ab0b38fe83877baaf63351c00
朋友,请问问题现在解决了吗