WGShare.Client.Wx/pages/loading/status/index.wxml

6 lines
384 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="loading-container-flex">
<t-switch value="{{isCheck}}" bindchange="switchChange" colors="{{['#00A870']}}" slot="note" />
<span class="text-info"> {{isCheck?'请求发起延迟显示loading加载':'请求结束隐藏loading加载'}} </span>
</view>
<t-loading theme="circular" size="40rpx" text="加载中..." loading="{{isCheck}}" delay="{{1000}}"></t-loading>