Page({ data: { url: "" }, onLoad: function (options) { this.setData({ url: options.url }) } })