小程序-页面传参json数组

1、页面传参,参数为json

2、直接传参不行

小程序-页面传参json数组

3、A到B

A页面

JSON.stringify(data)
B页面
JSON.parse(data)