zhb 1 개월 전
부모
커밋
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" />