szyj_mp_test/src/App.vue
2022-07-07 11:36:03 +08:00

19 lines
313 B
Vue

<script>
export default {
onLaunch: function () {
console.log('App Launch')
},
onShow: function () {
console.log('App Show')
},
onHide: function () {
console.log('App Hide')
},
}
</script>
<style>
/* @import "wxcomponents/weapp/common/index.wxss"; */
/*每个页面公共css */
</style>