初始化

This commit is contained in:
hezhidong
2025-03-28 09:16:48 +08:00
parent 75b6c2c896
commit 5b2a0b1dbd
19 changed files with 1096 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
html,body,page{
width: 100%;
height: 100%;
font-size: 28rpx;
}
image{
display: block;
}
</style>