Commit 6016b4c9 authored by limingzhe's avatar limingzhe

fix: debug

parent a539a174
......@@ -792,7 +792,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
let ingBg = pg.view.find(ing, 'bg');
ingBg.getComponent(ImgAuto).playVoiceEnd();
let score = recordData.result.overall
setSRRecord(this.currentDt.text, recordData.result.audio_duration);
setSRRecord(this.currentDt.text, score);
this.updatePopAni(null, score);
this.checkCardsTime = 3;
this.scheduleOnce(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment