|
一、main.w部分代码
var shellImpl = new ShellImpl(this, {
"contentsXid" : "pages",
"pageMappings" : {
"main":{
url : '$UI/blsp/index2.w'
},
"preEvent":{
url : '$UI/blsp/preEvent.w'
}
二、首页设图片轮播,首页打开子页面代码如下
justep.Shell.closePage("main");
justep.Shell.showPage("preEvent");
三、点击打开子页面的按钮报错信息
Cannot read property 'length' of null
隐藏详细
TypeError: Cannot read property 'length' of null at i.extend.addRouteItem (http://localhost:8280/x5/UI2/v_28e2cfd05ff14432b17af7a222165955l_zh_CNs_desktopd_/system/components/comp.min.js:144:87475) at i.extend.slide (http://localhost:8280/x5/UI2/v_28e2cfd05ff14432b17af7a222165955l_zh_CNs_desktopd_/system/components/comp.min.js:144:95185) at i.extend.next (http://localhost:8280/x5/UI2/v_28e2cfd05ff14432b17af7a222165955l_zh_CNs_desktopd_/system/components/comp.min.js:144:92749) at i.extend.next (eval at <anonymous> |
|