Files
2025-08-15 14:05:08 +08:00

13 lines
458 B
Plaintext

<view class="loading-container-flex">
<t-loading wx:if="{{!skylineRender}}" theme="circular" size="40rpx" class="wrapper" />
<t-loading theme="spinner" size="40rpx" class="wrapper" />
<t-loading theme="dots" size="80rpx" class="wrapper" />
<t-loading theme="custom" class="wrapper">
<t-image
slot="indicator"
style="width: 100%; height: 100%"
src="https://tdesign.gtimg.com/mobile/demos/logo2.png"
/>
</t-loading>
</view>