uniapp 传参
{
"path": "pages/from/from",
"style": {
"navigationBarTitleText": "uni-app"
}
}
uni.navigateTo({
url:'/pages/from/from?id='+this.id+"&time=123"
});
onLoad(option) {
// const item = JSON.parse(decodeURIComponent(option.item));
console.log(option)
},

浙公网安备 33010602011771号