Mr.Shi
2023-08-28 bb086627477351918c63d0daae2f8ee7b6a1315d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<script>
    // import { pageCount } from '@/util/api/index.js'
    export default {
        onLaunch: function() {
            // pageCount({})
        },
        onShow: function() {},
        onHide: function() {}
    }
</script>
 
<style lang="scss">
    /*每个页面公共css */
    @import "@/uni_modules/uview-ui/index.scss";
    @import "common/css/lib.css";
    // page {
    //     background-color: #F3F6F9 !important;
    // }
</style>