2025-01-21 12:33:11 +08:00
|
|
|
<view class="container">
|
2025-02-07 16:29:25 +08:00
|
|
|
<view class="loading" wx:if="{{loadingVisible=='loading'}}"></view>
|
|
|
|
<view wx:elif="{{loadingVisible=='error'}}" style="align-self: center;">
|
|
|
|
<image src="../../imgs/load_err.png" class="loading_err"></image>
|
2025-01-21 12:33:11 +08:00
|
|
|
</view>
|
2025-02-07 16:29:25 +08:00
|
|
|
<block wx:else="{{loadingVisible=='success'}}">
|
2025-01-21 12:33:11 +08:00
|
|
|
<slot></slot>
|
|
|
|
</block>
|
|
|
|
</view>
|