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 @@
+
+
+
+
+
+ *仅支持微信收款,用户需在微信[收付款>向手机号转账>手机号收款设置]开启收款开关*
+
+
+
+ 收益提现
+ 全部提现
+
+ *收益提现将收益金币提现,全部提现可将充值金币提现*
+
+
+
+ *提现金币比例10金币=1元最低提现额度100元*
+
+
+
+ 提示:收益金币提现正常收取平台手续费3%,如需将充值金币提现,选择“全部提现”选项,因涉及充值赠送金额,将收取155高额手续费,如果恶意套利提现,将提现审核不通过!
+
+
+
+
+
+
+
+
+
+
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' })
+ }