🌈 style(clear): 清理多余打印

This commit is contained in:
luying
2023-06-08 20:02:22 +08:00
parent 575f57aebd
commit a6d7a6cd17
@@ -64,7 +64,7 @@ class HeroData {
} }
public calReward() { public calReward() {
console.log('####', this.numArr, this.num) // console.log('####', this.numArr, this.num)
let nextReward = this.numArr.find(cur => cur.id == this.num + 1); let nextReward = this.numArr.find(cur => cur.id == this.num + 1);
this.reward = nextReward?.reward||'&'; this.reward = nextReward?.reward||'&';
} }