| | |
| | | this.form.phone1 = this.returnPhone(this.userInfo.phone) |
| | | this.form.imgFullUrl = this.userInfo.imgFullUrl |
| | | this.form.imgurl = this.userInfo.imgurl |
| | | uni.$on('phone', () => { |
| | | this.form.phone = this.userInfo.phone |
| | | this.form.phone1 = this.returnPhone(this.userInfo.phone) |
| | | }) |
| | | }, |
| | | methods: { |
| | | jumpxy() { |
| | |
| | | return formatPhoneStar(phone) |
| | | }, |
| | | jumpPhone() { |
| | | this.show = false |
| | | uni.navigateTo({ |
| | | url: '/pages/change-binding/change-binding' |
| | | }) |
| | |
| | | .then(res => { |
| | | if (res.code === 200) { |
| | | this.$store.commit('clear') |
| | | uni.$emit('loginOut') |
| | | uni.switchTab({ |
| | | url: '/pages/index/index' |
| | | }) |