This commit is contained in:
zhaofang
2022-11-02 18:20:44 +08:00
parent 0e04e08f98
commit dcb0a55705

View File

@@ -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;
},