Commit 936993f0 authored by Tt's avatar Tt

录音数据

parent 78ffe85c
...@@ -389,6 +389,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -389,6 +389,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
}); //结束录音 }); //结束录音
} }
recrodEnd(data) { recrodEnd(data) {
pg.hw.addRecord(data)
let score = data.result.overall; let score = data.result.overall;
this.checkRight(score) this.checkRight(score)
} }
......
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