educoreapp2 1.0.38 → 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.
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;
@@ -95,6 +95,9 @@ class BaseForm extends _react.Component {
95
95
  console.log("XxxiiiixXX3eeee", ee);
96
96
  });
97
97
  }
98
+ submit() {
99
+ this.handle2();
100
+ }
98
101
  render() {
99
102
  let error = null;
100
103
  let lab1 = this.props.lab1;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "educoreapp2",
3
3
  "private": false,
4
- "version": "1.0.38",
4
+ "version": "1.0.40",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "files": [