|
@@ -36,6 +36,9 @@
|
|
const common = require('../../common/common.js');
|
|
const common = require('../../common/common.js');
|
|
import dayjs from 'dayjs'
|
|
import dayjs from 'dayjs'
|
|
import 'dayjs/locale/zh-cn';
|
|
import 'dayjs/locale/zh-cn';
|
|
|
|
+ import {
|
|
|
|
+ Language
|
|
|
|
+ } from '@/utils/util.js'
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -75,6 +78,28 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad() {
|
|
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()
|
|
let getAppBaseInfo = uni.getAppBaseInfo()
|
|
this.setData({
|
|
this.setData({
|
|
// app_logo: appConfig.app_logo,
|
|
// app_logo: appConfig.app_logo,
|