电速宝
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.

123456789101112
  1. <!--pages/userlist/index.wxml-->
  2. <view class="setup">
  3. <view class="driver-info" wx:for="{{address}}" wx:key="addressId">
  4. <view class="driver-details">
  5. <view class="driver-car">{{item.addressName}}</view>
  6. <view class="driver-name">晟运能源</view>
  7. <view class="driver-arrive">经纬度 {{item.addressLatitudelongitude}}</view>
  8. </view>
  9. <!-- <button class="cancel-btn" bindtap="cancelOrder">去查看</button> -->
  10. <t-icon name="edit-2" size="40rpx" data-name="edit-2" bind:tap="onIconTap" />
  11. </view>
  12. </view>