Chimeejs / chimee

a video player framework aims to bring wonderful experience on browser
http://chimee.pyzy.net/
MIT License
2.4k stars 201 forks source link

chimee-plugin-popup插件安装后,如何更新popup中的body内容? #169

Closed qwe9527 closed 5 years ago

qwe9527 commented 5 years ago

chimee-plugin-popup插件中的body内容,如何在install之后更新?

qwe9527 commented 5 years ago

Chimee.install(chimeePluginPopup({ name: 'cc_popup', title: '这是一个居中信息框', body: '这里是信息内容', offset: '50% 50%', width: '200px' })); const player = new Chimee({ src: 'http://cdn.toxicjohann.com/lostStar.mp4', type: 'vod', box: 'mp4', wrapper: '#wrapper', plugin: ['cc_popup'], auto: true });

如何在install之后更新body的内容?

qwe9527 commented 5 years ago

https://github.com/Chimeejs/chimee-plugin-popup/issues/3