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