| | |
| | | <!-- v-if="currentInfo&&(currentInfo.id)" --> |
| | | <view class="flex user-info"> |
| | | <!-- 头像 --> |
| | | |
| | | <image class="user-icon" v-if=" |
| | | currentInfo.customerDTO&¤tInfo.customerDTO.cover |
| | | ||currentInfo.supplierDTO&¤tInfo.supplierDTO.cover |
| | | (currentInfo.customerDTO&¤tInfo.customerDTO.cover) |
| | | ||(currentInfo.supplierDTO&¤tInfo.supplierDTO.cover) |
| | | ||(currentInfo.partnerDTO&¤tInfo.partnerDTO.cover) |
| | | || currentInfo.picture |
| | | " :src=" |
| | | currentInfo.customerDTO&¤tInfo.customerDTO.cover |
| | | ||currentInfo.supplierDTO&¤tInfo.supplierDTO.cover |
| | | (currentInfo.customerDTO&¤tInfo.customerDTO.cover) |
| | | ||(currentInfo.supplierDTO&¤tInfo.supplierDTO.cover) |
| | | ||(currentInfo.partnerDTO&¤tInfo.partnerDTO.cover) |
| | | || currentInfo.picture |
| | | " mode="scaleToFill"></image> |
| | | |
| | | |
| | | |
| | | <image class="user-icon" v-else |
| | | src='https://youzhen123.oss-cn-huhehaote.aliyuncs.com/WechatOwnerProperty/images/mrtx.png' |
| | | mode="scaleToFill"></image> |
| | |
| | | <uni-icons type="right"></uni-icons> |
| | | </view> |
| | | </view> |
| | | <view class="user-util m-t-12 flex" v-if="selftype==='partner'||!selftype" |
| | | @click="goto('/sub_pages/partner/partner-info/partner-info-personal',true)"> |
| | | <view class="title">个人资料</view> |
| | | <view class="right-icon"> |
| | | <uni-icons type="right"></uni-icons> |
| | | </view> |
| | | </view> |
| | | <view class="user-util m-t-12 flex" v-if="selftype==='partner'" |
| | | @click="goto('/sub_pages/partner/partner-info/partner-info',true)"> |
| | | <view class="title">合伙人信息</view> |