import { baseFileUrl } from '../../../config/index'; Page({ data: {}, onLoad(options) { const { userId } = options; this.setData({ url: baseFileUrl + `ledger/page/qrcode.html?id=${userId}`, }); }, });