extra-data 获取不到对象 (我找到解决方法可以看我的评论)
在小程序A中用navigator跳转到小程序B,
extra-data=“”{{data}}”
我传了一个对象
data{
“appid”:123123}
但是在B小程序中 onshow:function(e){
console.log(e)
}
中什么也没有,但是我用模拟器编译就有输出为啥苹果手机不行iPhone7
在小程序A中用navigator跳转到小程序B,
extra-data=“”{{data}}”
我传了一个对象
data{
“appid”:123123}
但是在B小程序中 onshow:function(e){
console.log(e)
}
中什么也没有,但是我用模拟器编译就有输出为啥苹果手机不行iPhone7