|
在学习使用shellImpl组件的时候发现了一个小问题,不知道是不是bug.
var shellImpl = new ShellImpl(this, {
contentsXid : "pages",
wingXid : "wing",
pageMappings : {
"welcome" : {
url : "$UI/lession_yaopibao/welcome.w"
},
"qiugou":{
url : "$UI/lession_yaopibao/QiuGou.w"
},
"list" :{
url : "$UI/lession_yaopibao/list.w"
}
}
});
在这里第三个页面的名称使用了 "list" ,发现如果用这个 "list"来命名页面的时候,shellImpl组件是无法跳转到这个页面的,使用showPage("list")的时候是没有任何反应的。
大家试试是不是也是这样呢? (版本: wex5 3.4) |
|