const app = getApp(); Page({ data: { email:'', userId:'' }, onLoad: function (options) { const {email,userId} = options; this.setData({email,userId}) }, })