const app = getApp() Page({ data: { }, onLoad: function () { console.log('Welcome to Mini Program') }, })