安卓扫码器
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

3 years ago
<script>
export default {
onLaunch: function() {
//console.log('App Launch')
3 years ago
},
onShow: function() {
//console.log('App Show')
3 years ago
},
onHide: function() {
//console.log('App Hide')
3 years ago
}
}
</script>
<style lang="scss">
@import './tuniao-ui/index.scss';
@import './tuniao-ui/iconfont.css';
3 years ago
/*每个页面公共css */
</style>