|
@@ -78,7 +78,7 @@ const checkOpenFall = (url, callFunc, noFall) => { |
|
@@ -78,7 +78,7 @@ const checkOpenFall = (url, callFunc, noFall) => { |
78
|
if (Date.now() - time < 1200) {
|
78
|
if (Date.now() - time < 1200) {
|
79
|
window.location.href = fallUrl;
|
79
|
window.location.href = fallUrl;
|
80
|
}
|
80
|
}
|
81
|
- }, 500);
|
81
|
+ });
|
82
|
};
|
82
|
};
|
83
|
|
83
|
|
84
|
const callIframe = (url, noFall) => {
|
84
|
const callIframe = (url, noFall) => {
|
|
@@ -148,7 +148,7 @@ export default function openApp() { |
|
@@ -148,7 +148,7 @@ export default function openApp() { |
148
|
let appPath = getAppPath();
|
148
|
let appPath = getAppPath();
|
149
|
|
149
|
|
150
|
toAppPage(appPath, false);
|
150
|
toAppPage(appPath, false);
|
151
|
- }, 1000);
|
151
|
+ });
|
152
|
}
|
152
|
}
|
153
|
}
|
153
|
}
|
154
|
|
154
|
|