<view class="main" style="height: 500rpx;">
<scroll-view scroll-y style="height: 100%;" >
<u-parse class="ql-editor" :html="preSaleAgreement.content" selectable show-with-animation></u-parse>
</scroll-view>
</view>
scrolly 里面套用 u-parse 会造成 无法滑动 ,用一个盒子包裹住这个u-parse之后就没问题了
开发者工具是可以的,真机调试不行,加一个盒子包裹u-parse 就没问题了