|
@@ -215,6 +215,7 @@ export default {
|
|
...mapState(['hasLogin', 'userInfo'])
|
|
...mapState(['hasLogin', 'userInfo'])
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
|
|
+ uni.hideTabBar()
|
|
this.userInfo = uni.getStorageSync("userInfo")
|
|
this.userInfo = uni.getStorageSync("userInfo")
|
|
console.log(this.userData.user.realname,this.userInfo.nickname)
|
|
console.log(this.userData.user.realname,this.userInfo.nickname)
|
|
// if(this.userData.user.realname == this.userInfo.nickname){
|
|
// if(this.userData.user.realname == this.userInfo.nickname){
|