您好 我使用movable-area里面嵌套多个movable-view但是只有第一个能缩放?
<movable-area style="height: 200px; width: 200px; background: pink;overflow: hidden;" scale-area>
<movable-view bindchange="bindchange" style="width:100px;height:100px;background:#ccc;" direction="all" scale scale-min="0.5" scale-max="10" scale-value="0.5">
</movable-view>
<movable-view bindchange="bindchange" style="width:100px;height:100px;background:#ccc;" direction="all" scale scale-min="0.5" scale-max="10" scale-value="0.5">
</movable-view>
</movable-area>
亲测发现: movable-area 里去掉 scale-area 属性,就可以多个都进行缩放,带了这个属性的话就会只有第一个能缩放
写个代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
https://developers.weixin.qq.com/s/aihGQ1mt7reb
https://developers.weixin.qq.com/s/YfUn41mM7Het