Files
hx123666/scoring/App.vue

19 lines
259 B
Vue
Raw Permalink Normal View History

2025-11-11 18:39:32 +08:00
<script>
export default {
onLaunch: function() {
console.log('App Launch')
2025-11-24 15:30:05 +08:00
2025-11-11 18:39:32 +08:00
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
</style>