25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

26 satır
459 B

  1. <script>
  2. export default {
  3. onLaunch: function() {
  4. console.log('App Launch')
  5. },
  6. onShow: function() {
  7. console.log('App Show')
  8. },
  9. onHide: function() {
  10. console.log('App Hide')
  11. }
  12. }
  13. </script>
  14. <style lang="scss">
  15. /* uview-plus 基础样式 */
  16. @import 'uview-plus/index.scss';
  17. /* 全局 box-sizing */
  18. page, view, text, image, input, textarea, button, form, scroll-view {
  19. box-sizing: border-box;
  20. }
  21. /* 每个页面公共css */
  22. </style>