Browse Source

_onLoadAnimationEnd

luoyifan 3 years ago
parent
commit
9c0e2d25be
2 changed files with 2 additions and 3 deletions
  1. 1 2
      dist/yvan-ext-mobile.js
  2. 1 1
      dist/yvan-ext-mobile.js.map

+ 1 - 2
dist/yvan-ext-mobile.js

@@ -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 方法

File diff suppressed because it is too large
+ 1 - 1
dist/yvan-ext-mobile.js.map