city-casereport/components/coolui-scroller/scroll-page/index.wxml

6 lines
205 B
Plaintext
Raw Normal View History

2023-12-06 14:22:42 +08:00
<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>