App({ onLaunch() { }, onShow(options){ console.log(options); }, globalData: { userInfo: null } })