city-casereport/components/coolui-scroller/scroll-page/index.wxml
2023-12-06 14:22:42 +08:00

6 lines
205 B
Plaintext

<view class="coolui-scroller-page">
<view wx:if="{{ pageList.length == 1 && pageList[0].height }}" style="height: {{ pageList[0].height}}px"></view>
<block wx:else>
<slot></slot>
</block>
</view>