commit | author | age | ||
e3ba12 | 1 | <script> |
Z | 2 | export default { |
3 | onLaunch () { | |
4 | // 加载系统信息 | |
5 | this.$store.dispatch('SystemInfo') | |
6 | }, | |
7 | onShow () { | |
8 | }, | |
9 | onHide () { | |
10 | } | |
11 | } | |
12 | </script> | |
13 | ||
14 | <style lang="scss"> | |
15 | @import "@/uni_modules/uview-ui/index.scss"; | |
16 | @import "@/static/style.scss"; | |
17 | </style> |