const app = getApp() Page({ data: { src: '', }, onLoad(options) { this.setData({ src: decodeURIComponent(options.url || ''), }) }, }) export {}