Page({ data: { deviceId: '', trialDays: 7 }, onLoad: function (options) { this.setData({ deviceId: options.device_id || '' }) }, onStart: function () { wx.redirectTo({ url: '/pages/wear-check/wear-check' }) } })