租房小程序前端代码
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
313 B

3 months ago
2 months ago
3 months ago
2 months ago
2 months ago
2 months ago
3 months 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. }
  12. </script>
  13. <style lang="scss">
  14. @import '@/uni_modules/uv-ui-tools/index.scss';
  15. @import './styles/index.scss';
  16. </style>