Browse Source

bug修改

郭宇琦 2 days ago
parent
commit
a5f2ac5a4e
1 changed files with 25 additions and 0 deletions
  1. 25 0
      pages/my/set.vue

+ 25 - 0
pages/my/set.vue

@@ -36,6 +36,9 @@
 	const common = require('../../common/common.js');
 	import dayjs from 'dayjs'
 	import 'dayjs/locale/zh-cn';
+	import {
+		Language
+	} from '@/utils/util.js'
 	export default {
 		data() {
 			return {
@@ -75,6 +78,28 @@
 			}
 		},
 		onLoad() {
+			if(Language != 'zh'){
+				this.list =[{
+						title: this.$t('昵称'),
+						url: '',
+						textProp: 'nickname'
+					},
+					{
+						title: this.$t('注册时间'),
+						textProp: 'registrationTime',
+						hideArrow: true
+					},
+					{
+						title: this.$t('修改密码'),
+						url: '/pages/loginRegister/changePassword'
+					},
+					{
+						title: this.$t('关于我们'),
+						url: '/pages/aboutMy/aboutMy',
+						textProp: 'version',
+					}
+				]
+			}
 			let getAppBaseInfo = uni.getAppBaseInfo()
 			this.setData({
 				// app_logo: appConfig.app_logo,