🌈 style(clear): 清理多余打印
This commit is contained in:
@@ -64,7 +64,7 @@ class HeroData {
|
||||
}
|
||||
|
||||
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);
|
||||
this.reward = nextReward?.reward||'&';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user