云广播
This commit is contained in:
@@ -155,11 +155,11 @@ export default {
|
||||
overflow: hidden;
|
||||
margin-bottom: 32px;
|
||||
.item{
|
||||
width: 150px;
|
||||
line-height: 68px;
|
||||
padding: 0 32px;
|
||||
line-height: 56px;
|
||||
float: left;
|
||||
text-align: center;
|
||||
border-radius: 34px;
|
||||
border-radius: 28px;
|
||||
border: 1px solid #ddd;
|
||||
margin: 0 16px 16px 0;
|
||||
font-size: 30px;
|
||||
|
||||
@@ -42,6 +42,7 @@ export default {
|
||||
...mapState(['user', 'global']),
|
||||
},
|
||||
onLoad() {
|
||||
this.$loading()
|
||||
document.title = '居民信息管理'
|
||||
this.getList()
|
||||
this.areaId = this.user.areaId
|
||||
@@ -58,6 +59,7 @@ export default {
|
||||
this.data = [...this.data, ...res.data.records]
|
||||
} else this.data = res.data.records
|
||||
this.page1.total = res.data.total
|
||||
uni.hideLoading()
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user