let taskId = ''; Page({ data: { alertText: '', completeText: '', repeatText: '' }, onLoad: function (options) { taskId = options.id; } });