| | |
| | | <template> |
| | | <template> |
| | | <div class="userCenter"> |
| | | <assets-head :goHome="goHome"> |
| | | <!-- <assets-head> |
| | | <van-icon |
| | | class="font-45" |
| | | @click="tokefu" |
| | |
| | | :badge="`${unreadMsg_num}`" |
| | | > |
| | | </van-icon> |
| | | </assets-head> |
| | | </assets-head> --> |
| | | <div class="top" v-if="!userInfo.token"> |
| | | <div class="title textColor">{{ $t("欢迎来到") }}{{ TITLE }}</div> |
| | | <p class="">{{ $t("全球最大的区块链资产平台") }}</p> |
| | |
| | | <div class="info"> |
| | | <p class="textColor">{{ status === 2 ? name : userInfo.username }}</p> |
| | | <span>ID:{{ userInfo.usercode }}</span> |
| | | <span>{{$t('账户')}}:{{ userInfo.email }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="content"> |
| | |
| | | <div class="outBtn tabBackground textColor" @click="loginOut"> |
| | | {{ $t("退出") }} |
| | | </div> |
| | | <div class="tips"> |
| | | <!-- <div class="tips"> |
| | | {{ |
| | | $t( |
| | | "请不要透漏密码、短信和谷歌验证码给任何人,包括交易所的工作人员。" |
| | | ) |
| | | }} |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | <Footer></Footer> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | icon: require("@/assets/image/userCenter/kefu.png"), |
| | | url: "/customerService", |
| | | }, |
| | | { |
| | | name: this.$t("主题模式"), |
| | | icon: require("@/assets/image/userCenter/theme.png"), |
| | | url: "/themeModel", |
| | | }, |
| | | { |
| | | name: this.$t("通道切换"), |
| | | icon: require("@/assets/image/userCenter/theme.png"), |
| | | url: "/passageway", |
| | | }, |
| | | // { |
| | | // name: this.$t('主题模式'), |
| | | // icon: require('@/assets/image/userCenter/theme.png'), |
| | | // url: '/themeModel' |
| | | // } |
| | | ], |
| | | moreList: [ |
| | | { |
| | |
| | | icon: require("@/assets/image/userCenter/about.png"), |
| | | url: "/TermsOfService", |
| | | }, |
| | | { |
| | | name: this.$t("下载APP"), |
| | | icon: require("@/assets/image/logo.png"), |
| | | url: "/", |
| | | }, |
| | | ], |
| | | safeList: [ |
| | | { |
| | | name: this.$t("我的"), |
| | | icon: require("@/assets/image/userCenter/about.png"), |
| | | url: "/profile", |
| | | }, |
| | | { |
| | | name: this.$t("安全"), |
| | | icon: require("@/assets/image/userCenter/security.png"), |
| | |
| | | }, |
| | | ], |
| | | userList: [ |
| | | { |
| | | name: this.$t("邀请推广"), |
| | | icon: require("@/assets/image/userCenter/share.png"), |
| | | url: "/promote", |
| | | }, |
| | | // { |
| | | // name: this.$t("邀请推广"), |
| | | // icon: require("@/assets/image/userCenter/share.png"), |
| | | // url: "/promote", |
| | | // }, |
| | | { |
| | | name: this.$t("账变记录"), |
| | | icon: require("@/assets/image/userCenter/record.png"), |