pyt
2025-02-27 cb429a55a72f46bc8b749e0870b4a006fd066c78
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>