dengjunjie
2025-06-11 2ae5aa151f7b40a082e34aa7ed22b4b64edd1d3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<script>
    export default {
        onLaunch: function() {
            // console.log('App Launch')
        },
        onShow: function() {
            // this.interval = setInterval(function() {
            //     uni.hideKeyboard(); //隐藏软键盘
            // }, 50);
            // console.log('App Show')
        },
        onHide: function() {
            // console.log('App Hide')
        },
        onLoad() {
            
        },
        
    }
</script>
 
<style lang="scss">
    @import './tuniao-ui/index.scss';
    @import './tuniao-ui/iconfont.css';
    @import "uview-ui/index.scss";
    /*每个页面公共css */
</style>