Commit e76b3369 authored by limingzhe's avatar limingzhe

fix: debug

parent b6853d41
......@@ -597,6 +597,8 @@ export default class NewClass extends middleLayerBase {
showSRResultByRecord(isShowScore = false) {
if (this.studyRecord) {
console.log('=-=-=-=-= isShowScore: ', isShowScore);
this.studyRecordModel.recordData = this.studyRecord.getAllAudioKeyData();
const score = this.studyRecord.getTotalAverageAudioScore();
......
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