Sfoglia il codice sorgente

fix: 统计显示问题

xdd 1 mese fa
parent
commit
3bf886b833
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/statistics/index.vue

+ 2 - 0
src/views/statistics/index.vue

@@ -873,6 +873,7 @@ export default {
           this.correctRate = res.data.correctRate;
           this.rewardCount = res.data.rewardCount;
           this.rewardMoney = res.data.rewardMoney;
+          this.watchRate = res.data.watchRate;
         }
       })
       smsBalance().then(res=>{
@@ -1019,6 +1020,7 @@ export default {
           this.correctRate = res.data.correctRate;
           this.rewardCount = res.data.rewardCount;
           this.rewardMoney = res.data.rewardMoney;
+          this.watchRate = res.data.watchRate;
         }
       })