Commit 5c7dddd1 authored by limingzhe's avatar limingzhe

fix: 是否展示更多按钮

parent c5965d70
...@@ -1661,6 +1661,8 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1661,6 +1661,8 @@ export class PlayComponent implements OnInit, OnDestroy {
arr[i].isShow = false; arr[i].isShow = false;
} }
arr[index].isShow = true; arr[index].isShow = true;
} }
...@@ -1713,6 +1715,8 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -1713,6 +1715,8 @@ export class PlayComponent implements OnInit, OnDestroy {
const data = { msg: 'success', data: JSON.stringify(saveData)}; const data = { msg: 'success', data: JSON.stringify(saveData)};
iframecont.contentWindow.postMessage({ action: 'getData', data: JSON.stringify(data) }, '*'); iframecont.contentWindow.postMessage({ action: 'getData', data: JSON.stringify(data) }, '*');
iframecont.contentWindow.postMessage({ action: 'is_show_more', data: JSON.stringify(false) }, '*');
// setTimeout(() => { // setTimeout(() => {
// _this.frameLoaded = true; // _this.frameLoaded = true;
// }, 300); // }, 300);
......
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