This commit is contained in:
cbb
2025-12-23 15:38:41 +08:00
parent 7658aa3bf1
commit d4d5cdb335
10 changed files with 298 additions and 45 deletions

17
App.vue Normal file
View File

@@ -0,0 +1,17 @@
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
</style>