技师等级
This commit is contained in:
parent
c8cd0d8605
commit
8fb9888ecc
|
@ -92,7 +92,7 @@
|
|||
<view >
|
||||
<view class="dengjibox">
|
||||
<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;">
|
||||
<!-- <text style="font-size: 30px;font-weight: bold;">当前业绩:{{ currentWholeIncome ? currentWholeIncome : 0 }}</text> -->
|
||||
<!-- <text style="font-size: 16px;">/{{ totalIncomeRange ? totalIncomeRange : 4000 }}</text> -->
|
||||
|
@ -936,7 +936,7 @@ export default {
|
|||
differenceGrade: res?.data?.differenceGrade,
|
||||
};
|
||||
this.upgradeDescriptionStatus = res?.data?.ultimately;
|
||||
this.currentGrade = res?.data?.grade;
|
||||
this.currentGrade = res?.data?.lastGrade;
|
||||
uni.setStorageSync("currentRealIncome", res?.data?.earnings);
|
||||
// this.totalIncomeRange = res?.data?.suffix;
|
||||
// if (this.currentWholeIncome < 4000) {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
上周期等级:【{{lastGrade}}】
|
||||
</view>
|
||||
<view v-if="grade">
|
||||
本周期等级:【{{grade}}】
|
||||
本周期到达等级:【{{grade}}】
|
||||
</view>
|
||||
<view v-if="maxStatus==true">
|
||||
已满级。
|
||||
|
|
Loading…
Reference in New Issue