|
发表于 2017-3-6 17:28:29
|
显示全部楼层
经过再次测试,错误发生在,- this.comp("windowContainer").load(require.toUrl(funcURL), params);
复制代码
和windowContainer加载页面的参数接收方法
- Model.prototype.modelParamsReceive = function(event) {
复制代码
这两个之间的common.min.js。
- Uncaught TypeError: Cannot read property 'comp' of undefined
- at n.getDataByExpr (common.min.js:15)
- at n.getData (eval at <anonymous> (core.min.js:1), <anonymous>:207:332703)
- at n._getDatas (eval at <anonymous> (core.min.js:1), <anonymous>:207:333301)
- at eval (eval at <anonymous> (core.min.js:1), <anonymous>:207:345043)
复制代码
|
|