Przeglądaj źródła

[车][新增]:用户绑定的车显示

tags/2.2.4
Stormeye.Wu 6 lat temu
rodzic
commit
8645a145bd
1 zmienionych plików z 4 dodań i 2 usunięć
  1. +4
    -2
      pages/passCar/passCar.wxml

+ 4
- 2
pages/passCar/passCar.wxml Wyświetl plik

@@ -15,8 +15,10 @@
<view class='borderUp'>我的爱车
<label class='carNumber'>最多可添加3辆,点选车牌号完成付款</label>
</view>
<view class='passNumberBox'>
<view class='passNumber' bindtap='orderPay'>京C·21457</view>
<view class='passNumberBox' wx:for='{{carList}}' wx:key='{{index}}'>
<view class='passNumber' bindtap='orderPay'>
<text>{{item.carNumber}}</text>
</view>
<button class='deleteButton' bindtap='unbindCar'>解绑</button>
</view>
<view class='addBox'>


Ładowanie…
Anuluj
Zapisz