mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 19:32:53 +08:00
Merge branch 'feature/GFRS-453【】贺报功能' into dev
This commit is contained in:
@@ -33,10 +33,15 @@
|
||||
<van-col span="24" class="detail">您本月承保标保{{ showData.achievement.selfAcceptStand }}万元</van-col>
|
||||
<van-col span="24" class="detail">全系统排名第{{ showData.achievement.ranking }}名</van-col>
|
||||
<van-col span="24" class="detail">距上一名差距{{ showData.achievement.previousGap }}元</van-col>
|
||||
<van-col span="24" class="detail">承保标保排名第{{ showData.achievement.topBB }}名</van-col>
|
||||
<van-col span="24" class="detail">距上一名承保标保差距{{ showData.achievement.xccbbb }}元</van-col>
|
||||
</van-row>
|
||||
<van-button color="#ff4d4d" class="bottom-btn" @click="nextStep" v-no-more-click="1000">大单榜</van-button>
|
||||
</div>
|
||||
<van-loading v-if="showData.topList.length === 0" class="loading" size="24px" vertical>数据加载中...</van-loading>
|
||||
<div v-if="showData.topList.length === 0" class="text-center">
|
||||
<img class="mt40 w250" src="@/assets/images/pic_page-non.png" />
|
||||
<div class="fs17 c-gray-dark mt40">暂无数据</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user