洛阳学员端
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.

24 lines
422 B

  1. <script>
  2. export default {
  3. onLaunch: function() {
  4. console.log('App Launch')
  5. // uni.hideTabBar();
  6. // #ifdef MP-WEIXIN
  7. // initEid();
  8. // #endif
  9. },
  10. onShow: function() {
  11. console.log('App Show')
  12. },
  13. onHide: function() {
  14. console.log('App Hide')
  15. }
  16. }
  17. </script>
  18. <style lang="scss">
  19. /*每个页面公共css */
  20. @import '@/uni_modules/uview-ui/index.scss';
  21. @import 'common/css/app.scss'
  22. </style>