5 lines
249 B
Plaintext
5 lines
249 B
Plaintext
<view class="loading-container-flex">
|
|
<t-loading wx:if="{{!skylineRender}}" theme="circular" size="40rpx" text="加载中..." class="wrapper" />
|
|
<t-loading theme="spinner" size="40rpx" text="加载中..." inheritColor class="wrapper" />
|
|
</view>
|