This website works better with JavaScript
Home
Explore
Help
Sign In
post-project-ui
/
post-applet
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
1
Wiki
Tree:
2d8c42bd5a
Branches
Tags
guanxiangzhe
lqs
master
zzh
zzy
post-applet
/
app.js
app.js
81 B
History
Raw
1
2
3
4
5
6
7
8
9
// app.js
App({
onLaunch() {
},
globalData: {
userInfo: null
}
})