You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
11 KiB
1 line
11 KiB
2 years ago
|
<view hidden="{{!(dirverDetails)}}"><view class="header"><image style="position:absolute;width:100%;height:403rpx;top:0;z-index:-1;" src="https://xoi-support.oss-cn-hangzhou.aliyuncs.com/星油admin小程序/sjbj.png"></image><view class="top" style="{{'height:'+(styles.top+'px')+';'}}"></view><uni-nav-bar vue-id="5bd6edb7-1" color="white" backgroundColor="rgba(0,0,0,0)" left-icon="back" title="司机详情" data-event-opts="{{[['^clickLeft',[['jump',[-1]]]]]}}" bind:clickLeft="__e" bind:__l="__l"></uni-nav-bar><view class="dirver_car"><view class="dirver_car_body"><swiper style="flex:1;" current="{{current}}" vertical="{{true}}" interval="{{1000}}" duration="{{300}}"><swiper-item data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" catchtouchmove="__e"><view class="dirver_car_body_left"><view class="dirver_car_body_left_id"><view>{{"ID:"+dirverDetails.customerInfoVo.customerId}}</view><view style="display:flex;"><uni-icons vue-id="5bd6edb7-2" type="compose" bind:__l="__l"></uni-icons><view data-event-opts="{{[['tap',[['jump',[1]]]]]}}" style="font-size:28rpx;" bindtap="__e">修改</view></view></view><view class="name" style="position:relative;"><block wx:if="{{dirverDetails.customerInfoVo.headPhoto!=null}}"><image style="height:100rpx;width:100rpx;border-radius:50px;" src="{{dirverDetails.customerInfoVo.headPhoto}}" mode></image></block><block wx:if="{{dirverDetails.customerInfoVo.headPhoto==null}}"><image style="height:100rpx;width:100rpx;border-radius:50px;" src="../../static/tx.png" mode></image></block><view style="margin-left:20rpx;font-size:font-size: 28rpx;"><view style="display:flex;align-items:center;"><view style="margin-right:10rpx;">{{''+(dirverDetails.customerInfoVo.userName?dirverDetails.customerInfoVo.userName:'暂无设置')+''}}</view><u-switch vue-id="5bd6edb7-3" openText="{{openText}}" asyncChange="{{true}}" activeColor="#17A00E" inactive-color="#BBBBBB" size="35" value="{{switchOpen}}" data-event-opts="{{[['^change',[['change']]],['^input',[['__set_model',['','switchOpen','$event',[]]]]]]}}" bind:change="__e" bind:input="__e" bind:__l="__l"></u-switch></view><view>{{dirverDetails.customerInfoVo.phone}}</view><view style="font-size:22rpx;color:#999999;">{{''+dirverDetails.customerInfoVo.createTime+''}}</view></view></view></view></swiper-item><swiper-item data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" catchtouchmove="__e"><view class="dirver_car_body_left"><view class="dirver_car_body_left_id"><view>{{dirverDetails.customerInfoVo.id}}</view><view style="display:flex;"><uni-icons vue-id="5bd6edb7-4" type="compose" bind:__l="__l"></uni-icons><view data-event-opts="{{[['tap',[['jump',[3]]]]]}}" style="font-size:28rpx;" bindtap="__e">修改</view></view></view><view class="name" style="position:relative;"><block wx:if="{{dirverDetails.customerInfoVo.headPhoto!=null}}"><image style="height:100rpx;width:100rpx;border-radius:50px;" src="{{dirverDetails.customerInfoVo.headPhoto}}" mode></image></block><block wx:if="{{dirverDetails.customerInfoVo.headPhoto==null}}"><image style="height:100rpx;width:100rpx;border-radius:50px;" src="../../static/tx.png" mode></image></block><view style="margin-left:20rpx;font-size:font-size: 28rpx;"><view style="display:flex;margin-bottom:15rpx;">{{''+(dirverDetails.customerInfoVo.plateNumber?dirverDetails.customerInfoVo.plateNumber:'暂未设置')+''}}<block wx:if="{{dirverDetails.customerInfoVo.plateNumber}}"><text class="tbb">个人</text></block></view><view style="display:flex;">{{''+(dirverDetails.customerInfoVo.plateNumberCompany?dirverDetails.customerInfoVo.plateNumberCompany:'暂未设置')+''}}<block wx:if="{{dirverDetails.customerInfoVo.plateNumberCompany}}"><text class="tbb" style="background-color:#2866FF;">企业</text></block></view></view></view></view></swiper-item></swiper><view class="dirver_car_body_right"><view data-event-opts="{{[['tap',[['dirverIndexFn',[0]]]]]}}" class="dirver_car_body_right_butten" style="{{'background-color:'+(dirverIndex==0?'#FFFFFF':'#F1F1F1')+';'}}" bindtap="__e"><view class="{{[dirverIndex==0?'dirver_car_body_right_but
|