收藏
回答

scroll-view内嵌套moveable-view为什么没有办法滚动呢?

  <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>

回答关注问题邀请回答
收藏

3 个回答

登录 后发表内容
问题标签