提交个人中心内容修改,首页名称展示

This commit is contained in:
2025-07-11 16:57:09 +08:00
parent 758e59eeac
commit 1a73daa961
13 changed files with 142 additions and 87 deletions

View File

@ -39,6 +39,9 @@
timer: null
}
},
onLoad() {
this.updateTitle()
},
computed: {
language(){
return this.vuex_language
@ -79,6 +82,7 @@
},
},
onShow() {
this.updateTitle();
this.timer = setInterval(() => {
this.getMessage()
}, 3000)
@ -89,6 +93,11 @@
}
},
methods: {
updateTitle() {
uni.setNavigationBarTitle({
title: this.$t('homePage.mine.messageAlerts')
});
},
confirm() {
if (this.formModel.readStatus === 0) {
this.$u.api.UpdateMessageStatus({