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

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
  1. <script>
  2. export default {
  3. onLaunch: function() {
  4. console.log('App Launch')
  5. this.$store.commit('initConfig')
  6. },
  7. onShow: function() {
  8. },
  9. onHide: function() {
  10. console.log('App Hide')
  11. }
  12. }
  13. </script>
  14. <style lang="scss">
  15. @import '@/uni_modules/uv-ui-tools/index.scss';
  16. @import './styles/index.scss';
  17. </style>