Commit f2b5b3a1 authored by liujiangnan's avatar liujiangnan

fix

parent e9a32d1f
...@@ -608,7 +608,7 @@ export default class NewClass extends middleLayerBase { ...@@ -608,7 +608,7 @@ export default class NewClass extends middleLayerBase {
}); });
cc.find('middleLayer/ui/BtnCloseTest').on('click', () => { cc.find('middleLayer/ui/BtnCloseTest').on('click', () => {
(<any>window).courseware.stopTest(res => { (<any>window).courseware.stopTestConvert(res => {
this.log('--------录音评测返回结果 stopTest ---------'); this.log('--------录音评测返回结果 stopTest ---------');
this.log(res) this.log(res)
this.log('------------------------------'); this.log('------------------------------');
......
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