educoreapp2 1.0.39 → 1.0.40

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 +8 -0
  2. package/package.json +1 -1
package/dist/EduApp.js CHANGED
@@ -66,6 +66,8 @@ 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
+ window.App.loaderBaseData();
69
71
  this.tag = this.Config.BASE_PAGE;
70
72
  if (!this.getNextPage()) {
71
73
  this.tag = this.getTagFromUrl();
@@ -261,6 +263,12 @@ class EduApp extends _react.Component {
261
263
  if (xx){
262
264
  return;
263
265
  }*/
266
+ if (!window.App.isLoad) {
267
+ setTimeout(function () {
268
+ this.changePage(module, pageName, params);
269
+ }, 500);
270
+ return;
271
+ }
264
272
  let xx = this.goFund(module, pageName, params);
265
273
  if (xx) {
266
274
  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.40",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "files": [