Commit 8bcfc512 authored by Tt's avatar Tt

增加数据解析

parent b3041a1d
...@@ -389,6 +389,7 @@ cc.Class({ ...@@ -389,6 +389,7 @@ cc.Class({
"applicationId": "154838659000009e" "applicationId": "154838659000009e"
}) })
window.courseware && window.courseware.stopTest((data) => { window.courseware && window.courseware.stopTest((data) => {
data = JSON.parse(data);
this.recrodEnd(data); this.recrodEnd(data);
}); //结束录音 }); //结束录音
}, 4000); }, 4000);
......
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