赞
踩
将所需要存的字段 存入本地缓存中
wx.setStorageSync('openid', res.data.openid); //将openid存入本地缓存
在所需的页面使用时,再从本地缓存 中取出
var openid = wx.getStorageSync('openid');