mini/app.js
2025-04-13 01:27:54 +08:00

9 lines
86 B
JavaScript

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