页面需要渲染的话 this.setData({ openid:“xxxx” }) 同步 this.data.opeid 更新
页面不需要渲染的话 this.openid = openid 不同步
当前页面this 可以再在任何函数使用
setData
storage
globalData