yuliang 3 年 前
コミット
e10cd85b62
2 ファイル変更4 行追加3 行削除
  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);

ファイルの差分が大きいため隠しています
+ 1 - 1
dist/yvan-ext-mobile.js.map