zhengyiming
10 天以前 1ba3a11308cf59c513d70fbc3608961f19a02621
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>