赞
踩
// 详情
myInInfoClick(obj) {
uni.navigateTo({
url:'./components/addIn?dataItem='+encodeURIComponent(JSON.stringify(obj))
});
},
onLoad(option) {
let str = decodeURIComponent(option.dataItem)
if(str != "undefined"){
this.userInfo = JSON.parse(str);
console.log(this.userInfo);
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。