App({ globalData: { showAnimation: true }, onLaunch(options) { // console.log(this.globalData.showAnimation) }, onShow(options) { // Do something when show. }, onHide() { // Do something when hide. }, onError(msg) { console.log(msg) }, })