| | |
| | | <u-icon name="arrow-right" color="#999999" size="17"></u-icon> |
| | | </view> |
| | | </view> |
| | | <view class="list-item" @click="jumpxy"> |
| | | <view class="list-item-label">协议与说明</view> |
| | | <view class="list-item-val"> |
| | | <u-icon name="arrow-right" color="#999999" size="17"></u-icon> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="loginOut" @click="tuichu">退出登录</view> |
| | | <!-- 更换手机号 --> |
| | |
| | | <view class="tc-contemt"> |
| | | <view class="tc-contemt-title">更换绑定手机号?</view> |
| | | <view class="tc-contemt-nr"> |
| | | 更换后现手机号{{returnPhone(form.phone)}}将不能用于登录,180天内只可更换一次 |
| | | 更换后现手机号{{returnPhone(userInfo.telephone)}}将不能用于登录 |
| | | </view> |
| | | </view> |
| | | <view class="tc-btn"> |
| | |
| | | </view> |
| | | </view> |
| | | </u-popup> |
| | | <auth-login v-if="showLogin" @close="showLogin = false"></auth-login> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | data() { |
| | | return { |
| | | show: false, |
| | | showLogin: false, |
| | | form: { |
| | | nickName: '', |
| | | name: '', |
| | |
| | | jumpPhone() { |
| | | this.show = false |
| | | uni.navigateTo({ |
| | | url: '/pages/change-binding/change-binding' |
| | | url: '/shop/pages/change-binding/change-binding' |
| | | }) |
| | | }, |
| | | handleBindPhone() { |
| | | this.showLogin = true |
| | | }, |
| | | jumpAddr() { |
| | | uni.navigateTo({ |
| | |
| | | .then(res => { |
| | | if (res.code === 200) { |
| | | this.$store.commit('empty') |
| | | uni.$emit('loginOut') |
| | | uni.switchTab({ |
| | | url: '/pages/index/index' |
| | | }) |