zhb 1 месяц назад
Родитель
Сommit
a7b342de56
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/customer/components/AccountList.vue

+ 1 - 1
pages/customer/components/AccountList.vue

@@ -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" />