Commit 2bf3a134 authored by liujiangnan's avatar liujiangnan

feat: 提示

parent ecb5bc1b
......@@ -35,7 +35,7 @@ export default class NewClass extends middleLayerBase {
resObj.result = {overall:0};
resObj.audioUrl = "";
res = JSON.stringify(resObj);
this.showTips(`评测服务信号弱,可能会造成评分不准确,请稍后再来录音评测吧~`);
this.showTips(`评测服务信号弱,可能会造成评分不准确,请稍后再来录音评测吧~ [${resObj.errCode}]`);
}
this.saveRecordResult(res);
callback && callback(res);
......
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