看官方的demo,在首页:
mui.init({
swipeBack: false,
statusBarBackground: '#f7f7f7',
gestureConfig:{
doubletap:true
},
subpages: [{
id: 'list',
url: 'home.html',
styles: {
top: '45px',
bottom: 0,
bounce: 'vertical'
}
}]
});
如何将首页的参数传递到subpages,谢谢啦
5 个回复
DCloud_UNI_FXY
http://ask.dcloud.net.cn/question/2611
dream (作者)
多谢楼上回复,但如果是通过指定subpages的方式来加载页面的又如何传递呢
DCloud_UNI_FXY
给你的回答的链接里边有
jurimengs
传递后,子页面怎么收取呢
Tronyel
var self=plus.webview.currentWebView();
var id=self.id //传过来的参数