【PT.SCC实名制管理系统】24.10.01 -30天,考勤打卡小程序
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.

25 lines
413 B

4 months ago
4 months ago
4 months ago
  1. <script>
  2. export default {
  3. onLaunch: function() {
  4. },
  5. onShow: function() {
  6. // this.$store.commit('initConfig')
  7. this.$store.commit('getTeam')
  8. this.$store.commit('getUserInfo')
  9. },
  10. onHide: function() {
  11. }
  12. }
  13. </script>
  14. <style>
  15. @import url("common.scss");
  16. /*每个页面公共css */
  17. body{
  18. background-color: #f7f7f7;
  19. font-size: 30rpx;
  20. }
  21. .page{
  22. padding-top: var(--window-top);
  23. }
  24. </style>