Commit f806b5c1 authored by limingzhe's avatar limingzhe

fix: 更多按钮不见

parent bd7509dc
......@@ -727,7 +727,7 @@ export class PlayComponent implements OnInit, OnDestroy {
const time = 0.2;
const time = 0.1;
tweenChange(this.tweenItem, {submitOffY: 1}, time / 2, ()=> {
......@@ -844,7 +844,6 @@ export class PlayComponent implements OnInit, OnDestroy {
sendResult() {
this.isShowMoreBtnTime = false;
const resultDataStr = JSON.stringify(this.resultSentenceArr);
console.log('resultDataStr: ', resultDataStr);
window.parent.postMessage({ action: 'temp_send_result', data: resultDataStr }, '*');
......@@ -852,6 +851,7 @@ export class PlayComponent implements OnInit, OnDestroy {
}
showMore() {
this.isShowMoreBtnTime = false;
window.parent.postMessage({ action: 'temp_show_more', data: '' }, '*');
}
......
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