Files

5 lines
249 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
<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>