跨页面
从 🅰️页面传参到🅱️页面
this.goto( Page,{A:this.userArray});
let B=this.props.A;
在页面获得自己的头像:
this.userInfo = Utils.getSession('userInfo');
this.headImg = {uri:HTTP.getIp()+this.userInfo.imgpath};
数组的遍历一定是每一项的每一个值 54行。
添加会话成员,上传数据,第一个参数是接口名称,第二个参数是上传的
if(!tranData){
Utils.toast("没有传入参数");
return;
} else{
tranData.sessid = sessid;
}