|
@@ -37812,9 +37812,9 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
this.onDestroy();
|
|
|
};
|
|
|
Scope.prototype._onLoad = function () {
|
|
|
- this.onLoad();
|
|
|
};
|
|
|
Scope.prototype._onLoadAnimationEnd = function () {
|
|
|
+ this.onLoad();
|
|
|
this.onLoadAnimationEnd();
|
|
|
};
|
|
|
Scope.prototype._onGoBack = function (params) {
|
|
@@ -38157,7 +38157,6 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
Scope.SHOW_PAGE_STACK = [];
|
|
|
return Scope;
|
|
|
}());
|
|
|
- //# sourceMappingURL=Scope.js.map
|
|
|
|
|
|
/**
|
|
|
* 全局 ajax 方法
|