| | |
| | | <view class="info-up"> |
| | | <view class="info-img"> |
| | | <text>头像</text> |
| | | <image src='../../static/logo.png' alt=''></image> |
| | | <image src='../../static/images/index/head.png' alt=''></image> |
| | | </view> |
| | | <view class="info-name"> |
| | | <text>用户名称</text> |
| | |
| | | <text>联系方式</text> |
| | | <view> |
| | | <input v-if="isEdit" v-model="editForm.userPhone" placeholder="请输入新联系方式"/> |
| | | <text v-if="userInfo.userPhone">{{userInfo.userPhone}}</text> |
| | | <text v-if="!userInfo.userPhone">未添加联系方式</text> |
| | | <text v-if="userInfo.userPhone && !isEdit">{{userInfo.userPhone}}</text> |
| | | <text v-if="!userInfo.userPhone && !isEdit">未添加联系方式</text> |
| | | <!-- <image class="edit"src="../../static/images//other/more.png" alt=''></image> --> |
| | | </view> |
| | | </view> |