| | |
| | | </view> |
| | | <view class="img-container"> |
| | | <u--image :showLoading="true" |
| | | :src="userInfo.driverImg != null ? BaseUrl + userInfo.drivingImg : ''" |
| | | :src="userInfo.driverImg != null ? BaseUrl + userInfo.driverImg : ''" |
| | | width="80px" |
| | | height="80px" |
| | | @click="imageClick(3)"> |
| | |
| | | }, |
| | | editDocClick(){ |
| | | this.editDocShow = true; |
| | | this.fileList1=[] |
| | | this.fileList2=[] |
| | | this.fileList3=[] |
| | | this.fileList4=[] |
| | | this.fileList6=[] |
| | | this.fileList7=[] |
| | | this.fileList8=[] |
| | | this.fileList9=[] |
| | | this.fileList10=[] |
| | | this.fileList11=[] |
| | | this.getUserEntity() |
| | | }, |
| | | imageClick(index) { |
| | | if (index == 1) { |