zhengyiming
2025-05-15 c5bf3cfc953f9865bd70f109363c2ea4e45c0c96
packages/components/src/views/Mine/Dashboard.vue
@@ -83,6 +83,6 @@
    );
  },
  placeholderData: () => ({} as TopStatisticsOutput),
  enabled: computed(() => blLifeRecharge.accountModel.userChannles.length > 0),
  enabled: computed(() => blLifeRecharge.accountModel.isBackClientUser),
});
</script>