hejianhao
2025-03-19 b76a60fbd22bb60cf9cdcf01d6af331d0bb4fb41
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<script>
    export default {
        onLaunch: function() {
            
        },
        onShow: function() {
            
        },
        onHide: function() {
            
        }
    }
</script>
 
<style lang="scss">
    @import "@/uni_modules/uview-ui/index.scss";
    @import "@/static/style/index.scss";
    /*每个页面公共css */
</style>