mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
排行榜前两个默认显示当前数据
This commit is contained in:
@@ -310,8 +310,8 @@ export default {
|
|||||||
translate,
|
translate,
|
||||||
formatSecondToHour:formatSecondToHour,
|
formatSecondToHour:formatSecondToHour,
|
||||||
experience:{
|
experience:{
|
||||||
field:'total',
|
field:'now',
|
||||||
name:'累计',
|
name:'当前',
|
||||||
data:{
|
data:{
|
||||||
rankingNo:0,
|
rankingNo:0,
|
||||||
total:0
|
total:0
|
||||||
@@ -319,8 +319,8 @@ export default {
|
|||||||
list:[],
|
list:[],
|
||||||
},
|
},
|
||||||
learningDuration:{
|
learningDuration:{
|
||||||
field:'total',
|
field:'now',
|
||||||
name:'累计',
|
name:'当前',
|
||||||
data:{
|
data:{
|
||||||
rankingNo:0,
|
rankingNo:0,
|
||||||
total:0
|
total:0
|
||||||
|
|||||||
Reference in New Issue
Block a user