feat(creator): 添加提现功能和账户设置,优化管理概览视图

This commit is contained in:
2025-12-26 23:10:57 +08:00
parent 107a95e57a
commit 7d11378436
3 changed files with 229 additions and 107 deletions

View File

@@ -79,16 +79,18 @@
</div>
</div>
</div>
<!-- Empty State (Hidden for mock) -->
<!-- <div class="text-center py-12 text-slate-400">暂无交易记录</div> -->
</div>
<Toast />
</div>
</template>
<script setup>
import { ref, computed } from 'vue';
import Toast from 'primevue/toast';
import { useToast } from 'primevue/usetoast';
const toast = useToast();
const showRecharge = ref(false);
const selectedAmount = ref(50);
const customAmount = ref('');