mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
提交
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<p><span>{{userData.level}}</span></p>
|
||||
</li> -->
|
||||
<li>
|
||||
<router-link to="/user/ucurrency">
|
||||
<router-link @click.native="setCurIdentity(1)" to="/user/ucurrency">
|
||||
<span class="label">我的U币</span>
|
||||
<p><span>{{userData.uvalue}}</span>个</p>
|
||||
</router-link>
|
||||
@@ -653,6 +653,9 @@
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
setCurIdentity(iden){
|
||||
this.$store.dispatch('SetCurIdentity',iden);
|
||||
},
|
||||
closeJinian(){
|
||||
this.showLoginMedal=false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user