| | |
| | | <view class="label-text">身份证号</view> |
| | | </view> |
| | | <view class="information-value"> |
| | | {{ userInfo.idCard }} |
| | | <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.idCard"></u-icon> |
| | | {{ userInfo.idCard || '' }} |
| | | <!-- <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.idCard"></u-icon> --> |
| | | </view> |
| | | </view> |
| | | <view class="information-line"> |
| | |
| | | <view class="label-text">手机号</view> |
| | | </view> |
| | | <view class="information-value"> |
| | | {{ userInfo.phone }} |
| | | <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.phone"></u-icon> |
| | | {{ userInfo.phone || '' }} |
| | | <!-- <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.phone"></u-icon> --> |
| | | </view> |
| | | </view> |
| | | <view class="information-line"> |
| | |
| | | <view class="label-text">车牌号</view> |
| | | </view> |
| | | <view class="information-value"> |
| | | {{ userInfo.carNo }} |
| | | <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.carNo"></u-icon> |
| | | {{ userInfo.carNo || '' }} |
| | | <!-- <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.carNo"></u-icon> --> |
| | | </view> |
| | | </view> |
| | | <view class="information-line"> |
| | |
| | | <view class="label-text">车轴数</view> |
| | | </view> |
| | | <view class="information-value"> |
| | | {{ userInfo.axleNum }} |
| | | <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.axleNum"></u-icon> |
| | | {{ userInfo.axleNum || '' }} |
| | | <!-- <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.axleNum"></u-icon> --> |
| | | </view> |
| | | </view> |
| | | <view class="information-line last"> |
| | |
| | | <view class="label-text">体重</view> |
| | | </view> |
| | | <view class="information-value"> |
| | | {{ userInfo.weight }} |
| | | <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.weight"></u-icon> |
| | | {{ userInfo.weight || '' }} |
| | | <!-- <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.weight"></u-icon> --> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | justify-content: center; |
| | | } |
| | | .avatar-name { |
| | | width: 136rpx; |
| | | width: 200rpx; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | height: 32rpx; |
| | | font-size: 34rpx; |
| | | font-weight: bold; |
| | |
| | | } |
| | | .edit-button { |
| | | position: relative; |
| | | left: vww(94); |
| | | left: vww(73); |
| | | top: vww(4); |
| | | } |
| | | } |