3
0
Fork 0

feat(mine): 位置变更

This commit is contained in:
ywk 2025-04-07 18:06:30 +08:00
parent 36461e76b6
commit 316a06292e
1 changed files with 9 additions and 8 deletions

View File

@ -83,22 +83,23 @@
</view> </view>
</view> </view>
<view class="top_grade"> <!-- <view class="top_grade">
<!-- <view class="grade_flex" @click="goHonoray()" v-if="iHonorAward"> <view class="grade_flex" @click="goHonoray()" v-if="iHonorAward">
<view>{{'荣誉奖衔'}}</view> <view>{{'荣誉奖衔'}}</view>
<u-icon name="arrow-right" color="#FFFFFF" size="30rpx"></u-icon> <u-icon name="arrow-right" color="#FFFFFF" size="30rpx"></u-icon>
</view> --> </view>
</view> </view> -->
</view> </view>
<view class="jiangxian"> <view class="jiangxian">
<view class="jxTit">
<view>{{ '最高奖衔' }}</view>
<view class="jxTit1">{{ awardsList.maxAwardsName }}</view>
</view>
<view class="jxTit"> <view class="jxTit">
<view>{{ '结算等级' }}</view> <view>{{ '结算等级' }}</view>
<view class="jxTit1">{{ userInfo.pkGradeVal }}</view> <view class="jxTit1">{{ userInfo.pkGradeVal }}</view>
</view> </view>
<view class="jxTit">
<view>{{ '最高奖衔' }}</view>
<view class="jxTit1">{{ awardsList.maxAwardsName }}</view>
</view>
<!-- <view class="jxTit"> <!-- <view class="jxTit">
<view>{{ '上月奖衔' }}</view> <view>{{ '上月奖衔' }}</view>
<view class="jxTit1">{{ awardsList.awardsName }}</view> <view class="jxTit1">{{ awardsList.awardsName }}</view>