10 lines
83 B
JavaScript
10 lines
83 B
JavaScript
// app.js
|
|
App({
|
|
onLaunch() {
|
|
|
|
},
|
|
globalData: {
|
|
userInfo: null
|
|
}
|
|
})
|