Commit 056905d4 authored by jiaoyahui's avatar jiaoyahui

我的头像

parent b506ba57
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<router-link :to="{name:'liveList'}"><img src="../../assets/left.png" alt="" class="Lent_p" @click="go"></router-link> <router-link :to="{name:'liveList'}"><img src="../../assets/left.png" alt="" class="Lent_p" @click="go"></router-link>
<div class="Plog"> <div class="Plog">
<div> <div>
<img class="portait-not" src="../../assets/title_logo.png" alt=""> <img class="portait-not" :src="avatar" alt="">
</div> </div>
<div class="Login"> <div class="Login">
<div class="N_name">{{nickName}}</div> <div class="N_name">{{nickName}}</div>
...@@ -106,8 +106,10 @@ export default { ...@@ -106,8 +106,10 @@ export default {
// 调用判断ios与安卓方法 // 调用判断ios与安卓方法
// this.appDown(); // this.appDown();
this.userCenter() this.userCenter()
}, },
methods: { methods: {
go:function(){ go:function(){
this.$router.replace({name:'../../views/liveList'}) this.$router.replace({name:'../../views/liveList'})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment