<view disable-scroll="{{true}}"><!-- 禁止view内的scroll-view组件滚动效果-->
<scroll-view scroll-y="{{true}}" style="height: 200px;">
<view style="background-color: green;height: 200px;"></view>
<view style="background-color: red;height: 200px;"></view>
<view style="background-color: green;height: 200px;"></view>
<view style="background-color: red;height: 200px;"></view>
<view style="background-color: green;height: 200px;"></view>
</scroll-view>view>
<view class="{{条件表达式 ? 'classa' : 'classb'}}"></view>