wupengfei
8 天以前 14368e8a09c4b5793d0975f85e36a4c1d410ca36
packages/components/src/views/Mine/Dashboard.vue
@@ -75,7 +75,7 @@
  queryFn: async () => {
    return await blLifeRecharge.services.getTopStatistics(
      {
        channleId: '',
        channleList: blLifeRecharge.accountModel.userChannles.map((x) => x.channlesNum),
      },
      {
        showLoading: false,
@@ -83,6 +83,6 @@
    );
  },
  placeholderData: () => ({} as TopStatisticsOutput),
  enabled: computed(() => blLifeRecharge.accountModel.userChannles.length > 0),
  enabled: computed(() => blLifeRecharge.accountModel.isBackClientUser),
});
</script>