嗯~,建议先简单的系统学习一下js
赋值给全局变量不行吗
a把注释的代码解开,然后:formSubmit().then(res=>{…})
this.setData({
userInfo: res.userInfo
})
其他js里使用 this.data.userInfo拿到
还有建议你使用 <button open-type=“getUserInfo” bindgetuserinfo=“formSubmit” />
好了好了,解决了,谢谢大家🤣
你这个是异步问题,要么在里面获取,要么把api改成类同步的