13 lines
458 B
Plaintext
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>
|