mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
机构名称显示问题,我的U币,排行,使用了同一方法
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
:sex="currentUserRankingData.authorInfo.sex"></author-img> <span
|
||||
style="color: #0059FF;">{{currentUserRankingData.authorInfo.name}}</span>
|
||||
</div>
|
||||
<div class="bm tab-bm" style="margin-left:30px;color: #0059FF;">{{currentUserRankingData.authorInfo.orgInfo}}
|
||||
<div class="bm tab-bm" style="margin-left:30px;color: #0059FF;">{{cutOrgNamePath(currentUserRankingData.authorInfo.orgInfo)}}
|
||||
</div>
|
||||
<div class="jy tab-jy">
|
||||
<div v-if="cycle == 'total'" style="font-size: 18px;color: #333333;font-weight: 600;color: #0059FF;">{{currentUserRankingData.total}}</div>
|
||||
@@ -195,6 +195,7 @@
|
||||
import authorImg from '@/components/Portal/authorImg.vue';
|
||||
import author from '@/components/Portal/authorInfo.vue';
|
||||
import apiUser from "@/api/system/user.js";
|
||||
import {cutOrgNamePath} from "@/utils/tools.js";
|
||||
import * as echarts from 'echarts'
|
||||
import {
|
||||
translate,
|
||||
@@ -211,6 +212,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
cutOrgNamePath:cutOrgNamePath,
|
||||
chatData:[],
|
||||
isShowChart:false,
|
||||
current: {
|
||||
|
||||
Reference in New Issue
Block a user