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 lines
980 B
1 lines
980 B
<view class="vehicle_body data-v-568917c2"><block wx:for="{{cars}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="vehicle_item data-v-568917c2"><view class="vehicle_item_top flex jw ac data-v-568917c2"><view class="vehicle_item_plateNumber data-v-568917c2">{{item.plateNumber}}</view><view data-event-opts="{{[['tap',[['delect',['$0'],[[['cars','',index]]]]]]]}}" bindtap="__e" class="data-v-568917c2"><uni-icons vue-id="{{'b623f028-1-'+index}}" type="trash" size="15" class="data-v-568917c2" bind:__l="__l"></uni-icons><text class="data-v-568917c2">删除</text></view></view><view class="vehicle_item_bottom data-v-568917c2">已绑定车辆</view></view></block><view data-event-opts="{{[['tap',[['goAdd',['$event']]]]]}}" class="vehicle_add flex ac data-v-568917c2" bindtap="__e"><uni-icons vue-id="b623f028-2" type="plus-filled" size="30" class="data-v-568917c2" bind:__l="__l"></uni-icons><text class="data-v-568917c2">添加车辆</text></view></view> |