|
@@ -29,12 +29,6 @@ export class WindowEvent {
|
|
WindowTxtViewOpenExit = function() {
|
|
WindowTxtViewOpenExit = function() {
|
|
|
|
|
|
let thisClass = this;
|
|
let thisClass = this;
|
|
-
|
|
|
|
- if (typeof thisClass.ComStore["WindowTxtStore"] == "undefined" ) {
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-
|
|
|
|
thisClass.ComStore["WindowTxtStore"]().obj.WindowTxtViewOpen = false;
|
|
thisClass.ComStore["WindowTxtStore"]().obj.WindowTxtViewOpen = false;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -64,13 +58,7 @@ export class WindowEvent {
|
|
WindowVideoViewOpenExit = function() {
|
|
WindowVideoViewOpenExit = function() {
|
|
|
|
|
|
let thisClass = this;
|
|
let thisClass = this;
|
|
-
|
|
|
|
- if (typeof thisClass.ComStore["WindowVideoStore"] == "undefined" ) {
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
|
|
-
|
|
|
|
if (typeof thisClass.ComStore["WindowVideoStore"]().obj.callbackEvent == 'function') {
|
|
if (typeof thisClass.ComStore["WindowVideoStore"]().obj.callbackEvent == 'function') {
|
|
thisClass.ComStore["WindowVideoStore"]().obj.callbackEvent(
|
|
thisClass.ComStore["WindowVideoStore"]().obj.callbackEvent(
|
|
thisClass.ComStore["WindowVideoStore"]().obj.myJson
|
|
thisClass.ComStore["WindowVideoStore"]().obj.myJson
|
|
@@ -119,11 +107,6 @@ export class WindowEvent {
|
|
|
|
|
|
let thisClass = this;
|
|
let thisClass = this;
|
|
|
|
|
|
- if (typeof thisClass.ComStore["WindowCountdownStore"] == "undefined" ) {
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-
|
|
|
|
thisClass.ComStore["WindowCountdownStore"]().obj.viewOpen = false;
|
|
thisClass.ComStore["WindowCountdownStore"]().obj.viewOpen = false;
|
|
|
|
|
|
if (typeof thisClass.ComStore["WindowCountdownStore"]().obj.callbackEvent == "function") {
|
|
if (typeof thisClass.ComStore["WindowCountdownStore"]().obj.callbackEvent == "function") {
|
|
@@ -169,11 +152,6 @@ export class WindowEvent {
|
|
WindowVideoRemoveColorExit = function() {
|
|
WindowVideoRemoveColorExit = function() {
|
|
|
|
|
|
let thisClass = this;
|
|
let thisClass = this;
|
|
-
|
|
|
|
- if (typeof thisClass.ComStore["WindowVideoRemoveColorStore"] == "undefined" ) {
|
|
|
|
- return this;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
|
|
thisClass.ComStore["WindowVideoRemoveColorStore"]().obj.viewOpen = false;
|
|
thisClass.ComStore["WindowVideoRemoveColorStore"]().obj.viewOpen = false;
|
|
|
|
|