const app = getApp() Page({ data: {}, onLoad(args) { this.setData({ info: app.data.nav.joininActivityInfo }) } })