yuliang hace 3 años
padre
commit
e10cd85b62
Se han modificado 2 ficheros con 4 adiciones y 3 borrados
  1. 3 2
      dist/yvan-ext-mobile.js
  2. 1 1
      dist/yvan-ext-mobile.js.map

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

@@ -38071,7 +38071,7 @@ define(['exports'], function (exports) { 'use strict';
           this._dataOption = dataOption;
           var vmodel = lodash.defaultsDeep({
               data: {}
-          }, that.model, dataOption);
+          }, dataOption, that.model);
           var config = lodash.defaultsDeep({
               // viewModel: this.viewModel,
               viewModel: vmodel,
@@ -38100,7 +38100,8 @@ define(['exports'], function (exports) { 'use strict';
                   window['cw'] = that;
                   // 调用onLoad回调
                   try {
-                      that._onLoad();
+                      //@ts-ignore
+                      that.onLoad();
                   }
                   catch (e) {
                       console.error('errorAt onLoad', e);

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
dist/yvan-ext-mobile.js.map