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:
@@ -12,7 +12,7 @@
|
|||||||
<div v-show="isShowChart" >
|
<div v-show="isShowChart" >
|
||||||
<div style="height:290px;min-width: 350px;" ref="chart"></div>
|
<div style="height:290px;min-width: 350px;" ref="chart"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div v-if="uCoinRecord.length > 0">
|
<div v-if="uCoinRecord.length > 0">
|
||||||
<div class="my-Recording" v-for="(day, index) in uCoinRecord" :key="index">
|
<div class="my-Recording" v-for="(day, index) in uCoinRecord" :key="index">
|
||||||
@@ -190,20 +190,16 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import apiStat from '@/api/phase2/stat.js';
|
import apiStat from '@/api/phase2/stat.js';
|
||||||
import {
|
import { mapGetters } from 'vuex';
|
||||||
mapGetters
|
import {getUType } from '@/utils/tools.js'
|
||||||
} from 'vuex';
|
|
||||||
import {
|
|
||||||
getUType
|
|
||||||
} from '@/utils/tools.js'
|
|
||||||
import authorImg from '@/components/Portal/authorImg.vue';
|
import authorImg from '@/components/Portal/authorImg.vue';
|
||||||
import author from '@/components/Portal/authorInfo.vue';
|
import author from '@/components/Portal/authorInfo.vue';
|
||||||
import apiUser from "@/api/system/user.js";
|
import apiUser from "@/api/system/user.js";
|
||||||
import {cutOrgNamePath} from "@/utils/tools.js";
|
|
||||||
import * as echarts from 'echarts'
|
import * as echarts from 'echarts'
|
||||||
import {
|
import {
|
||||||
translate,
|
translate,
|
||||||
experienceValue
|
experienceValue,
|
||||||
|
cutOrgNamePath
|
||||||
} from "@/utils/tools.js";
|
} from "@/utils/tools.js";
|
||||||
export default {
|
export default {
|
||||||
computed: {
|
computed: {
|
||||||
@@ -529,7 +525,7 @@
|
|||||||
.u-currency {
|
.u-currency {
|
||||||
padding: 10px 18px;
|
padding: 10px 18px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user