浏览代码

fix: 统计显示问题

xdd 1 月之前
父节点
当前提交
3bf886b833
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;
         }
       })