15 lines
172 B
Vue
15 lines
172 B
Vue
|
|
<script>
|
||
|
|
export default {
|
||
|
|
onLaunch: function () {
|
||
|
|
},
|
||
|
|
onShow: function () {
|
||
|
|
},
|
||
|
|
onHide: function () {
|
||
|
|
},
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style>
|
||
|
|
/*每个页面公共css */
|
||
|
|
</style>
|