const $ = global; new $.Page({ data: { }, onShow() { this.init(); }, init() { $.request('my/orders', 'GET', {}).then((res) => { }); } });