You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
344 B
20 lines
344 B
<script> |
|
export default { |
|
onLaunch: function() { |
|
|
|
}, |
|
onShow: function() { |
|
|
|
}, |
|
onHide: function() { |
|
console.log('App Hide') |
|
} |
|
} |
|
</script> |
|
|
|
<style lang="scss"> |
|
/*每个页面公共css */ |
|
@import './components/firstui/fui-theme/fui-theme.css'; |
|
@import './common/fui-theme.css'; |
|
@import './common/public.scss'; |
|
</style>
|
|
|