first commit
This commit is contained in:
commit
242b31e4e9
|
@ -0,0 +1,26 @@
|
|||
<script>
|
||||
export default {
|
||||
onLaunch: function() {
|
||||
console.log('App Launch')
|
||||
},
|
||||
onShow: function() {
|
||||
console.log('App Show')
|
||||
},
|
||||
onHide: function() {
|
||||
console.log('App Hide')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
/*每个页面公共css */
|
||||
.uni-page-head{
|
||||
display: none !important;
|
||||
}
|
||||
.uni-placeholder{
|
||||
height: auto !important;
|
||||
}
|
||||
page {
|
||||
background-color: #000000; /* 黑色 */
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue