From 82b6f4d63b9d6cbfa5f45b2102b43044cc8fe20a Mon Sep 17 00:00:00 2001 From: wangqiao Date: Sat, 27 Sep 2025 20:36:51 +0800 Subject: [PATCH] feat: sosososs --- components/withdraw/index.vue | 49 +++++++++++++++++++ .../personal-Center/index/trading-center.vue | 17 ++++++- 2 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 components/withdraw/index.vue diff --git a/components/withdraw/index.vue b/components/withdraw/index.vue new file mode 100644 index 0000000..7dcf3b2 --- /dev/null +++ b/components/withdraw/index.vue @@ -0,0 +1,49 @@ + + + + + diff --git a/pages/personal-Center/index/trading-center.vue b/pages/personal-Center/index/trading-center.vue index 2bf45eb..d7435f3 100644 --- a/pages/personal-Center/index/trading-center.vue +++ b/pages/personal-Center/index/trading-center.vue @@ -10,11 +10,12 @@
{{ userStaticInfo?.currencyCount || 0 }}
充值 - 提现 + 提现 + 兑换
提示:最低提现金额:100 元,一元=10金币
- +
我的收益 @@ -56,8 +57,14 @@
-->
+ +
+ 温馨提示:交易未到账紧急联系客服,金币为虚拟积分不支持退款,但支持高额手续费提现,抵制恶性充值提现操作,金币使用没有时间限制,平台作品交易仅供学习参考,用于商业用途请与原作者联系! +
+ + @@ -84,6 +91,12 @@ payVisible.value = true // router.push({ path: '/personal/trading/center' }) } + + const withdrawVisible = ref(false) + const handleWithdraw = () => { + withdrawVisible.value = true + // router.push({ path: '/personal/trading/center' }) + }