wuliu.wxml 353 Bytes
<view wx:if="{{show}}"  class="flex j_c a_c" style="height:80vh">
    <view>
    <view style="text-align:center">查询中</view>
    <view class="loading4">
        <text class="three1"></text>
        <text class="three2" style="margin-left:15rpx"></text>
        <text class="three3" style="margin-left:15rpx"></text>
    </view>
    </view>
</view>