feat:2.4.4 代码优化

This commit is contained in:
R524809
2025-12-05 17:45:41 +08:00
parent fedbe3d193
commit a06e1bdc3d
2 changed files with 18 additions and 5 deletions
@@ -98,7 +98,6 @@ export class BaseMathDrawService {
this.options.subTitle || '找一找下面相同的数字,涂上颜色',
},
onHeaderDrawn: (currentY) => {
console.log('onHeaderDrawn currentY', currentY);
this.currentY = currentY;
},
});