mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
Merge branch 'boe_0705_master' into dev0515
This commit is contained in:
@@ -354,6 +354,9 @@ export default {
|
||||
|
||||
// 经验值排行榜(下拉框事件)
|
||||
experienceCommand(e) {
|
||||
if(e == 'now'){
|
||||
e = 'total'
|
||||
}
|
||||
this.isNow = false
|
||||
this.experience.field = e;
|
||||
this.experience.name = this.translate(e)
|
||||
|
||||
Reference in New Issue
Block a user