Commit 2d2ac4c1 authored by Tt's avatar Tt

0兼容

parent e1146248
......@@ -345,9 +345,9 @@ export default class SceneComponent extends MyCocosSceneComponent {
sendData() {
return new Promise(res => {
let upData: any = {
word_count: this.data.word_count,
sentence_count: this.data.sentence_count,
zi_count: this.data.zi_count,
word_count: this.data.word_count || 0,
sentence_count: this.data.sentence_count || 0,
zi_count: this.data.zi_count || 0,
score: this.score,
};
let recordList = pg.hw.getRecord();
......
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