feat(mine): 页面布局优化
This commit is contained in:
parent
316a06292e
commit
56867615ad
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue