This commit is contained in:
2025-01-06 10:03:56 +08:00
parent 9136459ed3
commit f7364c7998
33 changed files with 4072 additions and 0 deletions

18
App.vue Normal file
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 lang="scss">
/*每个页面公共css */
@import "uview-plus/index.scss";
</style>