diff --git a/src/views/ebiz/congratulation/CongratulationTop.vue b/src/views/ebiz/congratulation/CongratulationTop.vue
index 18a2e2052..d2650c83b 100644
--- a/src/views/ebiz/congratulation/CongratulationTop.vue
+++ b/src/views/ebiz/congratulation/CongratulationTop.vue
@@ -33,10 +33,15 @@
您本月承保标保{{ showData.achievement.selfAcceptStand }}万元
全系统排名第{{ showData.achievement.ranking }}名
距上一名差距{{ showData.achievement.previousGap }}元
+ 承保标保排名第{{ showData.achievement.topBB }}名
+ 距上一名承保标保差距{{ showData.achievement.xccbbb }}元
大单榜
- 数据加载中...
+
+

+
暂无数据
+
@@ -69,6 +74,12 @@ export default {
}
},
created() {
+ this.$toast.loading({
+ message: '加载中...',
+ duration: 0,
+ forbidClick: true,
+ loadingType: 'spinner'
+ })
this.init()
},
methods: {
@@ -86,6 +97,7 @@ export default {
this.showData.achievement.selfAcceptStand = result.bzbf
this.showData.achievement.ranking = result.top
this.showData.achievement.previousGap = result.xcbf
+ this.$toast.clear()
},
nextStep() {
this.$jump({
@@ -164,7 +176,7 @@ $border: 1px solid #ff4040;
.detail {
color: #ff4040;
- line-height: 2.5em;
+ line-height: 2em;
}
.score {