1 line
1.2 KiB
Plaintext
1 line
1.2 KiB
Plaintext
<view class="container data-v-f7786850"><v-navigation-bar vue-id="0436302e-1" titleColor="rgba(0,0,0,0.9)" backgroundColor="#fff" title="我的车辆" class="data-v-f7786850" bind:__l="__l"></v-navigation-bar><view class="body data-v-f7786850"><scroll-view style="height:100%;" scroll-y="true" class="data-v-f7786850"><view class="carList data-v-f7786850"><block wx:for="{{carList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['gotoDetail',['$0'],[[['carList','',index]]]]]]]}}" class="carItem data-v-f7786850" bindtap="__e"><image class="carImage data-v-f7786850" src="{{config.baseImageUrl+item.logoImg}}" mode="aspectFit"></image><view class="carInfo data-v-f7786850"><view class="carNum data-v-f7786850">{{item.licenseNumber}}</view><view class="name data-v-f7786850">{{"品牌:"+item.brandName}}</view><view class="phone data-v-f7786850">{{"型号:"+item.carModelInput}}</view></view></view></block></view></scroll-view></view><view data-event-opts="{{[['tap',[['gotoDetail']]]]}}" class="addCarBtn data-v-f7786850" bindtap="__e"><uni-icons vue-id="0436302e-2" color="#0174F6" type="plusempty" class="data-v-f7786850" bind:__l="__l"></uni-icons>添加车辆</view></view> |