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