修改缓存student中的email字段(student中还有其它的字段) var _student = wx.getStorageSync('student'); _student.email = email; wx.setStorageSync('student', _student);