|
@@ -26027,13 +26027,20 @@ 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 }, "*");
|
|
|
- //}
|
|
|
+
|
|
|
+ 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 (error) {
|
|
|
+ console.log(error)
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
this.setOperationTime();
|
|
|
this.selectEva();
|
|
|
this.getCourseDetail();
|