技师等级

This commit is contained in:
曹磊 2024-08-26 15:26:01 +08:00
parent c8cd0d8605
commit 8fb9888ecc
2 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@
<view > <view >
<view class="dengjibox"> <view class="dengjibox">
<view class="djtit">当前等级</view> <view class="djtit">当前等级</view>
<view class="djimg" @click="level">{{ currentGrade ? currentGrade : "A0" }}</view> <view class="djimg" @click="level">{{ currentGrade ? currentGrade : "T0" }}</view>
<view class="" style="margin-top: 20px;"> <view class="" style="margin-top: 20px;">
<!-- <text style="font-size: 30px;font-weight: bold;">当前业绩{{ currentWholeIncome ? currentWholeIncome : 0 }}</text> --> <!-- <text style="font-size: 30px;font-weight: bold;">当前业绩{{ currentWholeIncome ? currentWholeIncome : 0 }}</text> -->
<!-- <text style="font-size: 16px;">/{{ totalIncomeRange ? totalIncomeRange : 4000 }}</text> --> <!-- <text style="font-size: 16px;">/{{ totalIncomeRange ? totalIncomeRange : 4000 }}</text> -->
@ -936,7 +936,7 @@ export default {
differenceGrade: res?.data?.differenceGrade, differenceGrade: res?.data?.differenceGrade,
}; };
this.upgradeDescriptionStatus = res?.data?.ultimately; this.upgradeDescriptionStatus = res?.data?.ultimately;
this.currentGrade = res?.data?.grade; this.currentGrade = res?.data?.lastGrade;
uni.setStorageSync("currentRealIncome", res?.data?.earnings); uni.setStorageSync("currentRealIncome", res?.data?.earnings);
// this.totalIncomeRange = res?.data?.suffix; // this.totalIncomeRange = res?.data?.suffix;
// if (this.currentWholeIncome < 4000) { // if (this.currentWholeIncome < 4000) {

View File

@ -18,7 +18,7 @@
上周期等级{{lastGrade}} 上周期等级{{lastGrade}}
</view> </view>
<view v-if="grade"> <view v-if="grade">
本周期等级{{grade}} 本周期到达等级{{grade}}
</view> </view>
<view v-if="maxStatus==true"> <view v-if="maxStatus==true">
已满级 已满级