uni.navigateTo({ url: '/pages/details?obj='+ encodeURIComponent(JSON.stringify(item)) });
接收:
onLoad(option) { this.item=JSON.parse(decodeURIComponent(option.obj)); }