如何传递参数到上拉刷新页面pullrefresh_sub.html
1***@qq.com
- 发布:2016-12-30 00:28
- 更新:2016-12-30 11:44
- 阅读:1047
如何传递参数到上拉刷新页面pullrefresh_sub.html
分类:MUI
1***@qq.com (作者)
没用 我试过老了
2016-12-30 20:10
1***@qq.com (作者)
上拉加载 的 是放在init里 如何获取传递过来的数据 然后再传递到sub 你说的那些根本不行
2016-12-30 20:50
1***@qq.com (作者)
mui.init({
gestureConfig:{
doubletap:true
},
subpages:[{
url:'pullrefresh_sub.html?fid='+1111,
id:'pullrefresh_sub.html',
styles:{
top: '45px',
bottom: '50px'
}
});
2016-12-30 20:50