wx.miniProgram.postMessage({ data: 'foo' })
这个postMessage只能是单向的吗?反过来没办法实现?
谢谢。
不支持的,不过你可以试试把数据序列化之后带在 url 的 querystring 上。
src=“https://test?abc=def”
同意楼上的,我暂时是这样传的