Commit bd7509dc authored by limingzhe's avatar limingzhe

fix: 完成自动提交结果

parent a84c7e31
......@@ -833,7 +833,7 @@ export class PlayComponent implements OnInit, OnDestroy {
moreBtnClick() {
console.log(' in moreBtnClick');
this.playHtmlAudio("assets/play/music/more.mp3")
this.sendResult();
this.showMore();
}
inputTouch() {
......@@ -851,6 +851,10 @@ export class PlayComponent implements OnInit, OnDestroy {
}
showMore() {
window.parent.postMessage({ action: 'temp_show_more', data: '' }, '*');
}
......@@ -1084,6 +1088,7 @@ export class PlayComponent implements OnInit, OnDestroy {
console.log("this.resultSentenceArr: ", this.resultSentenceArr);
this.sendResult();
return;
let baseY = -500;
......
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