youhua
This commit is contained in:
parent
13ba59b808
commit
8a67774b63
@ -19,6 +19,7 @@
|
||||
<div>{{name}}</div>
|
||||
</div> -->
|
||||
</transition>
|
||||
<div>{{isNav}}---{{this.userInfo.realName}}</div>
|
||||
<div class="navBar-right" v-if="isNav">
|
||||
<span>{{this.userInfo.realName}}</span>
|
||||
<img onerror="javascript:this.src='/static/default.jpg';" :src="this.userInfo.avatar || ''" alt="">
|
||||
|
||||
@ -30,6 +30,7 @@ export default {
|
||||
mounted () {},
|
||||
methods: {
|
||||
handleBack () {
|
||||
console.log('this.isPopup: ', this.isPopup)
|
||||
if (this.isPopup) return this.open()
|
||||
this.$router.go(-1)
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user