| | |
| | | <view class="driver-banner"> |
| | | <view class="navgation">我的</view> |
| | | <view class="avatar"> |
| | | <view class="avatar-imgage" style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/avatar.png')no-repeat;background-size: cover;"></view> |
| | | <view class="avatar-imgage" style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/driverava.png')no-repeat;background-size: cover;"></view> |
| | | <view class="avatar-name">{{ userInfo.name || '' }}</view> |
| | | <view class="edit-button"><u-button type="primary" @click="editBtnClick" shape="circle" plain>编辑个人资料</u-button></view> |
| | | </view> |
| | |
| | | </view> |
| | | <view class="information-value"> |
| | | {{ userInfo.idCard || '' }} |
| | | <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.idCard"></u-icon> |
| | | <!-- <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.idCard"></u-icon> --> |
| | | </view> |
| | | </view> |
| | | <view class="information-line"> |
| | |
| | | </view> |
| | | <view class="information-value"> |
| | | {{ userInfo.phone || '' }} |
| | | <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.phone"></u-icon> |
| | | <!-- <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.phone"></u-icon> --> |
| | | </view> |
| | | </view> |
| | | <view class="information-line"> |
| | |
| | | </view> |
| | | <view class="information-value"> |
| | | {{ userInfo.carNo || '' }} |
| | | <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.carNo"></u-icon> |
| | | <!-- <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.carNo"></u-icon> --> |
| | | </view> |
| | | </view> |
| | | <view class="information-line"> |
| | |
| | | </view> |
| | | <view class="information-value"> |
| | | {{ userInfo.axleNum || '' }} |
| | | <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.axleNum"></u-icon> |
| | | <!-- <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.axleNum"></u-icon> --> |
| | | </view> |
| | | </view> |
| | | <view class="information-line last"> |
| | |
| | | </view> |
| | | <view class="information-value"> |
| | | {{ userInfo.weight || '' }} |
| | | <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.weight"></u-icon> |
| | | <!-- <u-icon name="arrow-right" color="#999999" size="30" v-if="userInfo.weight"></u-icon> --> |
| | | </view> |
| | | </view> |
| | | </view> |