大家好,又见面了,我是你们的朋友全栈君。
跳转事件
//不带特殊字符参数
jump:function(e){
let array = {
id:1,
name:'张三'
}
wx.navigateTo({
url: '/pages/index/index?array='+JSON.stringify(array),
})
},
//带特殊字符参数
special:function(e){
let array = {
id:1,
name:'/pages/index/index?id=1'
}
wx.navigateTo({
url: '/pages/index/index?array='+encodeURIComponent(JSON.stringify(array)),
})
},
下级页面
onLoad:function(options){
console.log('上级页面参数不带特殊字符',JSON.parse(options.array))
console.log('上级页面参数带特殊字符',JSON.parse(decodeURIComponent(options.array)))
},
遇到问题可以看我主页加我Q,很少看博客,对你有帮助别忘记点赞收藏。
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/127955.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...