Files
ClassContent/项目合集/校园失物招领/min-tpl/miniprogram_npm/wux-weapp/tabs/index.wxml
2024-09-27 02:06:13 +08:00

6 lines
268 B
Plaintext

<scroll-view wx:if="{{ scroll }}" scroll-x="{{ direction === 'horizontal' }}" scroll-y="{{ direction === 'vertical' }}" class="wux-class {{ classes.wrap }}">
<slot></slot>
</scroll-view>
<view wx:else class="wux-class {{ classes.wrap }}">
<slot></slot>
</view>