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