|
|
@@ -108,14 +108,12 @@
|
|
|
},
|
|
|
computed: {
|
|
|
userInfo () {
|
|
|
- console.log(this.$store.state.option.user.data)
|
|
|
return this.$store.state.option.user.data
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|
|
|
this.$nextTick(() => {
|
|
|
window.addEventListener('click', () => {
|
|
|
- console.log(1)
|
|
|
this.showChooseSex = false
|
|
|
}, false)
|
|
|
})
|
|
|
@@ -242,6 +240,13 @@
|
|
|
this.reBindError = false
|
|
|
this.illegalError = false
|
|
|
}
|
|
|
+ }).catch (err =>{
|
|
|
+ if (err) {
|
|
|
+ this.showSearchUser = false
|
|
|
+ this.bindUser = false
|
|
|
+ this.reBindError = false
|
|
|
+ this.illegalError = false
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
},
|