This commit is contained in:
shijingjing
2022-12-23 10:48:07 +08:00
parent 04dc59e84c
commit 4c896e1217
2 changed files with 4 additions and 6 deletions

View File

@@ -69,11 +69,12 @@ export default {
}
},
onLoad() {
this.areaId = this.user.areaId
this.areaName = this.user.areaName
},
onShow() {
document.title = "数据统计"
this.areaId = this.user.areaId
this.areaName = this.user.areaName
},
}
</script>

View File

@@ -83,9 +83,6 @@ export default {
},
created() {
this.getData()
},
onShow() {
},
mounted() {
this.getPrivateChat()
@@ -117,7 +114,6 @@ export default {
} else if(this.privateCurrent == 1) {
this.privateMsg = this.privateData?.map(v=> v.messageCnt)
}
}
})
},
@@ -456,6 +452,7 @@ export default {
width: 100%;
height: 514px;
background: #FFF;
border-radius: 0 0 16px 16px;
#privateChat,
#groupChat {