lanan-repair/unpackage/dist/dev/mp-weixin/pages/myCar/myCar.wxml

1 line
1.1 KiB
Plaintext
Raw Normal View History

2024-09-22 15:07:01 +08:00
<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 mode="aspectFit"></image><view class="carInfo data-v-f7786850"><view class="carNum data-v-f7786850">{{item.carNum}}</view><view class="name data-v-f7786850">{{"车辆持有人:"+item.name}}</view><view class="phone data-v-f7786850">{{"持有人电话:"+item.phone}}</view></view></view></block></view></scroll-view></view><view class="addCarBtn data-v-f7786850"><uni-icons vue-id="0436302e-2" color="#0174F6" type="plusempty" class="data-v-f7786850" bind:__l="__l"></uni-icons>添加车辆</view></view>