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

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

@ -31,6 +31,12 @@ export default {
upgrade: true
};
},
onLoad() {
this.updateTitle()
},
onShow() {
this.updateTitle()
},
computed: {
language(){
return this.vuex_language
@ -49,6 +55,12 @@ export default {
},
methods: {
updateTitle() {
uni.setNavigationBarTitle({
title: this.$t('homePage.mine.general')
});
},
openSettings() {
// #ifdef APP-PLUS
uni.getSystemInfo({