征信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
368 B

<script>
export default {
onLaunch: function() {
uni.hideTabBar()
console.log('App Launch')
},
onShow: function() {
uni.hideTabBar()
console.log('App Show')
},
onHide: function() {
// uni.hideTabBar()
console.log('App Hide')
}
}
</script>
<style lang="scss">
html{
background-color: #EBEDEC;
}
/*每个页面公共css */
</style>