From 29ea09da19e54ae217ad8e8ee030b017116874f7 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Fri, 7 Aug 2020 13:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B1=95=E7=A4=BA=E5=AD=97?= =?UTF-8?q?=E6=AE=B5,=20=E4=BF=AE=E6=94=B9=E5=8A=A0=E8=BD=BD=E5=8A=A8?= =?UTF-8?q?=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ebiz/congratulation/CongratulationTop.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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 {