Page({ data: { webUrl: "" }, onLoad(options) { this.setData({ webUrl: decodeURIComponent(options.url) }); } });