更新uniapp1

This commit is contained in:
2026-07-15 17:01:15 +08:00
parent 1f1a7e7efb
commit 743c5cb4eb
16 changed files with 1775 additions and 137 deletions
+18
View File
@@ -0,0 +1,18 @@
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
@import './src/uni.scss';
</style>