educoreapp2 1.0.39 → 1.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/EduApp.js +10 -0
  2. package/package.json +1 -1
package/dist/EduApp.js CHANGED
@@ -66,6 +66,10 @@ class EduApp extends _react.Component {
66
66
  this.Config.menu = this.getMenu();
67
67
  window.App.Config.isMenuLeave = false;
68
68
  window.App.Config.isPlayAudio = false;
69
+ window.App.isLoad = false;
70
+ setTimeout(function () {
71
+ window.App.loaderBaseData();
72
+ }, 500);
69
73
  this.tag = this.Config.BASE_PAGE;
70
74
  if (!this.getNextPage()) {
71
75
  this.tag = this.getTagFromUrl();
@@ -261,6 +265,12 @@ class EduApp extends _react.Component {
261
265
  if (xx){
262
266
  return;
263
267
  }*/
268
+ if (!window.App.isLoad) {
269
+ setTimeout(function () {
270
+ this.changePage(module, pageName, params);
271
+ }, 500);
272
+ return;
273
+ }
264
274
  let xx = this.goFund(module, pageName, params);
265
275
  if (xx) {
266
276
  return;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "educoreapp2",
3
3
  "private": false,
4
- "version": "1.0.39",
4
+ "version": "1.0.41",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "files": [