瀏覽代碼

_onLoadAnimationEnd

luoyifan 3 年之前
父節點
當前提交
9c0e2d25be
共有 2 個文件被更改,包括 2 次插入3 次删除
  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