mini/app.js

11 lines
118 B
JavaScript

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