| | |
| | | <u-icon name="arrow-right" color="#999999" size="17"></u-icon> |
| | | </view> |
| | | </view> |
| | | <view class="list-item"> |
| | | <view class="list-item-label">开票邮箱</view> |
| | | <view class="list-item-val"> |
| | | <input type="text" v-model="form.email" @blur="updateUserInfo" placeholder="请输入" /> |
| | | <u-icon name="arrow-right" color="#999999" size="17"></u-icon> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="loginOut" @click="tuichu">退出登录</view> |
| | | <!-- 更换手机号 --> |
| | |
| | | telephone: '', |
| | | phone1: '', |
| | | fullCoverImage: '', |
| | | coverImage: '' |
| | | coverImage: '', |
| | | email: '' |
| | | } |
| | | }; |
| | | }, |
| | |
| | | this.form.phone1 = this.returnPhone(this.userInfo.telephone) |
| | | this.form.fullCoverImage = this.userInfo.fullCoverImage |
| | | this.form.coverImage = this.userInfo.coverImage |
| | | this.form.email = this.userInfo.email || '' |
| | | uni.$on('phone', () => { |
| | | this.form.telephone = this.userInfo.telephone |
| | | this.form.phone1 = this.returnPhone(this.userInfo.telephone) |