|
@@ -586,7 +586,7 @@
|
|
|
<iframe
|
|
|
style="width: 100%; height: 100%; border: none"
|
|
|
security="restricted"
|
|
|
- v-if="pptImgUrl1.indexOf('knowledge.cocorobo.cn')!=-1 || pptImgUrl1.includes('cloud.cocorobo.cn')!=-1"
|
|
|
+ v-if="pptImgUrl1.indexOf('knowledge.cocorobo.cn')!=-1 || pptImgUrl1.indexOf('cloud.cocorobo.cn')!=-1"
|
|
|
:src="pptImgUrl1"
|
|
|
></iframe>
|
|
|
<iframe
|
|
@@ -21356,13 +21356,7 @@ export default {
|
|
|
this.updateToolDetail(this.toolDetailIndex);
|
|
|
}
|
|
|
});
|
|
|
- if (this.screenType == 2) {
|
|
|
- window.topU.postMessage({ allScreen: 4 }, "*");
|
|
|
- } else if (this.screenType == 3) {
|
|
|
- window.topU.postMessage({ allScreen: 5 }, "*");
|
|
|
- } else if (this.screenType == 1) {
|
|
|
- window.topU.postMessage({ allScreen: 6 }, "*");
|
|
|
- }
|
|
|
+
|
|
|
this.setOperationTime();
|
|
|
this.selectEva();
|
|
|
this.getCourseDetail();
|
|
@@ -21403,6 +21397,17 @@ export default {
|
|
|
// )[i].textContent;
|
|
|
// }
|
|
|
}, 1000);
|
|
|
+ try{
|
|
|
+ if (this.screenType == 2) {
|
|
|
+ window.topU.postMessage({ allScreen: 4 }, "*");
|
|
|
+ } else if (this.screenType == 3) {
|
|
|
+ window.topU.postMessage({ allScreen: 5 }, "*");
|
|
|
+ } else if (this.screenType == 1) {
|
|
|
+ window.topU.postMessage({ allScreen: 6 }, "*");
|
|
|
+ }
|
|
|
+ }catch(e){
|
|
|
+ console.log(e)
|
|
|
+ }
|
|
|
},
|
|
|
};
|
|
|
</script>
|