公众号项目
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.

22 lines
366 B

1 year ago
  1. <script>
  2. export default {
  3. onLaunch: function() {
  4. console.log('App Launch')
  5. },
  6. onShow: function() {
  7. },
  8. onHide: function() {
  9. console.log('App Hide')
  10. },
  11. methods:{
  12. }
  13. }
  14. </script>
  15. <style lang="scss">
  16. /*每个页面公共css */
  17. @import url("@/styles/common.css");
  18. @import url("@/styles/init.css");
  19. @import "uview-ui/index.scss";
  20. </style>