<scroll-view scroll-x="true" scroll-y="true" style="height: 750rpx;width:375px">
<movable-area style="height: 750rpx;width:425px;" scale-area>
<movable-view style="height: 750rpx;width:425px;" direction="all" bindchange="onChange" bindscale="onScale" scale
scale-min="1" scale-max="4" scale-value="{{scale}}">
<view class="sitbody bg-white">
</view>
</movable-view>
</movable-area>
</scroll-view>
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
需要设置movable-view的disable属性,控制touch操作的冒泡
楼主这个问题解决了吗