zhb před 1 měsícem
rodič
revize
a7b342de56
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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" />