diff --git a/src/views/profile/index.vue b/src/views/profile/index.vue index ed5a06e..825e40d 100644 --- a/src/views/profile/index.vue +++ b/src/views/profile/index.vue @@ -1,30 +1,260 @@ - + + + - - - - - - - 周少华 - - - 手机号:138****1234 - - - 邀请码:ABCD1234 + + + + + + + {{ userInfo.name }} + + + 手机号:{{ userInfo.phone }} + + + 邀请码:{{ userInfo.inviteCode }} + + + + + + + + + + 我的钱包 + + + + + + + + 收益钱包 + + + ¥{{ wallet.profitBalance.toFixed(2) }} + + + + + 账户余额 + + + ¥{{ wallet.accountBalance.toFixed(2) }} + + + + + + + + + 快捷充值 + + + + 快捷提现 + + + + + + + + + + + + 我的应用 + + + + + + + + + {{ app.name }} + + + + + + + + + + 安全退出登录 + + + - +