var app = getApp() Page({ data: { student: null }, onLoad: function () { this.setData({ student: wx.getStorageSync('pt_student') }) } })