You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
754 B
Plaintext

<view class="flex cu-card case justify-center align-center" style="height:100vh">
<view class="cu-item shadow">
<view class="solids-bottom padding-xs flex align-center" wx:if="{{canLogin}}">
<view class="padding">
<text class="cuIcon-loading2 iconfont-spin"></text>
</view>
<view class="flex-sub">
<view class="padding">客服审核中。。。。。。</view>
</view>
</view>
<view class="solids-bottom padding-xs flex align-center" wx:if="{{!canLogin}}">
<view class="padding">
<text class="cuIcon-warnfill text-red text-lg"></text>
</view>
<view class="flex-sub">
<view class="padding">您的账号已被停用</view>
</view>
</view>
</view>
</view>