Commit bd7509dc authored by limingzhe's avatar limingzhe

fix: 完成自动提交结果

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