|
@@ -20,7 +20,7 @@
|
|
|
<!-- <text style='margin-bottom:10rpx;'>地址:{{chargPile.address}}</text> -->
|
|
|
<text style='line-height:24rpx;height:24rpx;font-size:24rpx;margin-top: 16rpx;' >地址:{{chargPile.address}}</text>
|
|
|
<text style="line-height:24rpx;height:24rpx;font-size:24rpx;margin: 20rpx 0;">请选择电池包</text>
|
|
|
- <view class="cardHub">
|
|
|
+ <view class="cardHub {{!hid?'hid':''}}" >
|
|
|
<block wx:for="{{eleList}}" wx:key="*this" >
|
|
|
<view class="card {{item.active?'':'dis'}}" bindtap="selectEle" data-idx="{{index}}">
|
|
|
<view class="circleOut">{{index + 1}}</view>
|