feat: 优化钱钱系统显示
This commit is contained in:
@@ -110,6 +110,7 @@ const Init = () => {
|
||||
userInfo.nick = props.userInfo.nick;
|
||||
userInfo.role = props.userInfo.role;
|
||||
userInfo.id = props.userInfo.id;
|
||||
userInfo.money=props.userInfo.money;
|
||||
userInfo.level = props.userInfo.level;
|
||||
userInfo.userLimit = props.userInfo.userLimit;
|
||||
iconUrl.value = iconUrlHandler(userInfo.icon);
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<div class="line"></div>
|
||||
<div class="bottom">
|
||||
<div class="header">
|
||||
<div class="score">积分:3005</div>
|
||||
<div class="score">钱钱:{{ userInfo.money }}</div>
|
||||
<div class="status">
|
||||
<span>状态:</span>
|
||||
<span> {{ getStatusInfo(userInfo.userLimit) }}</span>
|
||||
|
||||
@@ -123,8 +123,8 @@
|
||||
<template v-if="isPointFinished">
|
||||
<InfoCard
|
||||
:items="pointList"
|
||||
header="本月排行"
|
||||
text="更多"
|
||||
header="财富排行榜"
|
||||
text="关于钱钱"
|
||||
height="400"
|
||||
>
|
||||
<template #item="temp">
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
<el-tab-pane label="修改密码" name="resetPwd">
|
||||
<resetPwd />
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="账号设置" name="accountSetting">
|
||||
<el-tab-pane label="第三方快捷登录" name="accountSetting">
|
||||
<accountSet />
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
|
||||
Reference in New Issue
Block a user