This commit is contained in:
liuye
2021-12-30 19:12:56 +08:00
parent 831d3723c6
commit 1b198db0e0
3 changed files with 8 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ export default {
},
computed: { ...mapState(['user']) },
mounted() {
this.getList()
// this.getList()
},
onShow() {
document.title = "便民通讯录"
@@ -86,7 +86,7 @@ export default {
<style lang="scss" scoped>
.AppMailList {
background-color: #F3F6F9;
// background-color: #F3F6F9;
.list-content{
padding-bottom: 112px;
// .title{