feat(mine): 当月改为荣誉

This commit is contained in:
woody 2025-09-25 11:26:17 +08:00
parent 32e8e16b3a
commit 09fabbe4ed
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<view style="display: flex; gap: 10rpx">
<view class="award-tag">
<!-- <u-icon name="star-fill" color="#FAD65A" size="14"></u-icon> -->
<text class="award-label">当月奖衔:</text>
<text class="award-label">荣誉奖衔:</text>
<text class="award-value">{{
userInfo.pkAwardsVal || '无'
}}</text>

View File

@ -76,7 +76,7 @@
</view>
<view class="index-view">
<view class="user-name">当月奖衔</view>
<view class="user-name">荣誉奖衔</view>
<view class="user-right">
{{ userInfo.pkAwardsVal }}
</view>