瀏覽代碼

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;
         }
       })