|
|
@@ -30,7 +30,7 @@
|
|
|
@change-password="handleChangePassword" />
|
|
|
</view>
|
|
|
<view class="table-loading-mask">
|
|
|
- <uni-loading />
|
|
|
+ <uni-loading v-if="loading" />
|
|
|
</view>
|
|
|
<cwg-empty-state v-if="!loading && accounts.length == 0" />
|
|
|
<DeleteAccountDialogs ref="deleteAccountDialogRef" v-model:visible="deleteAccountDialogVisible" />
|