feat(creator): 添加提现功能和账户设置,优化管理概览视图
This commit is contained in:
@@ -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('');
|
||||
|
||||
Reference in New Issue
Block a user