css
This commit is contained in:
@@ -69,11 +69,12 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.areaId = this.user.areaId
|
|
||||||
this.areaName = this.user.areaName
|
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = "数据统计"
|
document.title = "数据统计"
|
||||||
|
this.areaId = this.user.areaId
|
||||||
|
this.areaName = this.user.areaName
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -83,9 +83,6 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getData()
|
this.getData()
|
||||||
},
|
|
||||||
onShow() {
|
|
||||||
|
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getPrivateChat()
|
this.getPrivateChat()
|
||||||
@@ -117,7 +114,6 @@ export default {
|
|||||||
} else if(this.privateCurrent == 1) {
|
} else if(this.privateCurrent == 1) {
|
||||||
this.privateMsg = this.privateData?.map(v=> v.messageCnt)
|
this.privateMsg = this.privateData?.map(v=> v.messageCnt)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@@ -456,6 +452,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 514px;
|
height: 514px;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
|
border-radius: 0 0 16px 16px;
|
||||||
|
|
||||||
#privateChat,
|
#privateChat,
|
||||||
#groupChat {
|
#groupChat {
|
||||||
|
|||||||
Reference in New Issue
Block a user