mui.init({
swipeBack: false,
statusBarBackground: '#f7f7f7',
subpages: [{
id: 'list',
url: 'list.html',
styles: {
top: '48px',
bottom: 0,
bounce: 'vertical'
}
}]
});
例如这段代码中:swipeBack statusBarBackground 都不知道是干嘛的 没有api文档开发难度太大
1 个回复
DCloud_heavensoft
http://dcloudio.github.io/mui/javascript/
从文章中心的入门看起,这些链接都汇总在文档中心里的。