
页面传参
页面传参资料_页面传参简介_页面传参大全页面传参列表
1.使用url带参数传递数据 代码实现: toSomeone:function(event){ wx.navigateTo({ url:some/some?id=+event.target.id, }) } 获取传递来的数据 onLoad:function(options){ console.log(options) }, 2.使用组件模板 template传递参数 templateis=gooddata={{
共1页/1条