提交个人中心内容修改,首页名称展示
This commit is contained in:
@ -30,6 +30,12 @@ export default {
|
||||
versionCode: null,
|
||||
};
|
||||
},
|
||||
onLoad() {
|
||||
this.updateTitle()
|
||||
},
|
||||
onShow() {
|
||||
this.updateTitle()
|
||||
},
|
||||
computed:{
|
||||
language(){
|
||||
return this.vuex_language
|
||||
@ -58,10 +64,15 @@ export default {
|
||||
});
|
||||
}
|
||||
|
||||
uni.navigateTo({
|
||||
uni.navigateTo({
|
||||
url: url,
|
||||
});
|
||||
},
|
||||
updateTitle() {
|
||||
uni.setNavigationBarTitle({
|
||||
title: this.$t('homePage.mine.sysSetting')
|
||||
});
|
||||
},
|
||||
openSettings() {
|
||||
// #ifdef APP-PLUS
|
||||
uni.getSystemInfo({
|
||||
|
||||
Reference in New Issue
Block a user