【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.
|
<script>
|
|
export default {
|
|
onLaunch: function() {
|
|
// this.$store.commit('getUserInfo')
|
|
},
|
|
onShow: function() {
|
|
// this.$store.commit('initConfig')
|
|
this.$store.commit('getTeam')
|
|
},
|
|
onHide: function() {
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
@import url("common.scss");
|
|
/*每个页面公共css */
|
|
body{
|
|
background-color: #f7f7f7;
|
|
font-size: 30rpx;
|
|
}
|
|
.page{
|
|
padding-top: var(--window-top);
|
|
}
|
|
</style>
|