feat(mine): 页面布局优化

This commit is contained in:
ywk 2025-04-08 09:37:18 +08:00
parent 316a06292e
commit 56867615ad
1 changed files with 14 additions and 8 deletions

View File

@ -37,7 +37,7 @@
<image class="jximg" @click="goRoad(2)" :src="userInfo.awardsIcon" mode=""></image>
</view>
</view> -->
<view class="grade_left">
<!-- <view class="grade_left">
<view class="gra_left1" v-if="userData.registerAuthority">
<image
class="gra_icon"
@ -48,9 +48,15 @@
{{ userData.registerAuthorityVal }}
</view>
</view>
</view>
</view> -->
</view>
<!-- <view class="cmem">
<view class="cmem">
<view
class="tTit2"
style="margin-right: 20rpx;"
>
{{ '结算等级' }}:{{ userInfo.pkGradeVal }}
</view>
<view class="grade_left">
<view class="gra_left1" v-if="userData.registerAuthority">
<image
@ -62,7 +68,7 @@
{{ userData.registerAuthorityVal }}
</view>
</view>
<view class="gra_left1" v-if="userData.isMakerSpace == 0">
<!-- <view class="gra_left1" v-if="userData.isMakerSpace == 0">
<image
class="gra_icon"
src="@/static/images/ck_icon.png"
@ -71,9 +77,9 @@
<view class="">
{{ '创客空间' }}
</view>
</view>
</view> -->
</view>
</view> -->
</view>
</view>
</view>
<view class="top_right" @click="goTo('/pages/userData/index')">
@ -92,8 +98,8 @@
</view>
<view class="jiangxian">
<view class="jxTit">
<view>{{ '结算等级' }}</view>
<view class="jxTit1">{{ userInfo.pkGradeVal }}</view>
<view>{{ '真实奖衔' }}</view>
<view class="jxTit1">{{ awards.awardsName }}</view>
</view>
<view class="jxTit">
<view>{{ '最高奖衔' }}</view>