mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
排行榜
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<div class="learning-qus">我的U币(累计)</div>
|
||||
<div class="learning-an"><span>{{uinfo.uCurrency}}</span></div>
|
||||
</div>
|
||||
<div class="list">
|
||||
<div @click="jumrank" class="list">
|
||||
BOE 排行榜 >>
|
||||
</div>
|
||||
</div>
|
||||
@@ -172,6 +172,10 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
|
||||
},
|
||||
setCurIdentity(iden){
|
||||
this.$store.dispatch('SetCurIdentity',iden);
|
||||
},
|
||||
jumrank(){
|
||||
this.$router.push({ path: '/user/ranking' });
|
||||
|
||||
},
|
||||
toPage(url){
|
||||
this.$router.push({path:url})
|
||||
|
||||
Reference in New Issue
Block a user