<view class='container'> <view class='carmanage clearfix'> <view class='fl'> <image src='./../../assets/img/che.png' mode='widthFix'></image> <text class='mycar'>我的爱车</text> <text class='num'>最多可添加3辆</text> </view> <view class='fr' bindtap='gotomange'> 车辆管理 <image src='./../../assets/img/jian.png' mode='widthFix'></image> </view> </view> <view class='headBox'> <view class='numberBox'> <view class='titleName clearfix'>{{park.addr}}</view> <view class='price clearfix'> <text class='fl'>总车位:</text> <label class='locationNumber fr'>{{park.number}}个</label> </view> <view class='price clearfix'> <text class='fl'>停车费:</text> <label class='locationNumber fr'>{{park.stopFee}}</label> </view> </view> </view> <view class='borderBox'> <view class='passNumberBox' wx:for='{{carList}}' wx:key='{{index}}'> <!-- 有车牌的时候显示 --> <view class='passUp'> <view class='addicense_active'> <swiper current="{{current}}" bindchange='onSlideChangeEnd' class='swiper' circular='true' indicator-dots='{{indicatorDots}}' autoplay='{{autoplay}}' interval='2000' duration='2000'> <block wx:for="{{carList}}" wx:key="unique"> <swiper-item class="swiper-item" data-memberKeyword='{{item.carNumber}}'> <view class='clearfix clearfix1'> <text class='txt01'>{{item.carNumber}}</text> </view> </swiper-item> </block> </swiper> <view class="dots"> <block wx:for="{{carList}}" wx:key="unique"> <view class="dot{{index == current ? ' active' : ''}}"></view> </block> </view> </view> </view> </view> </view> <!-- <view class='orderBox clearfix' wx:if='{{item.stopFee.parkingFee}}'> --> <view class='orderBox' wx:key="{{index}}" wx:for="{{carList}}" wx:if="{{carList.length>0&&3>=carList.length}}"> <view class='clearfix'> <text class="fl">入场时间:</text> <text class='fr time'>{{item.stopFee.entranceTime}}</text> </view> <view class='coupon clearfix'> <text class='fl'><text class='jians'>惠</text>优免券:</text> <text class='fr'>2小时优免券</text> </view> <view class="clearfix"> <text class="fl">待缴费用:</text> <text class='fr'>{{item.stopFee.parkingFee}}<text class='yuan'>元</text></text> </view> <view bindtap='bindCoupon' class="buy-view" wx:if="{{buttonBox&&carList.length>0&&3>=carList.length}}"> <navigator class='buyBox' target="miniProgram" open-type="navigate" app-id="wx192b7d2e8dcbefd0" path="" extra-data='{{extraData}}' version="release"> </navigator> <button class='buy' hover-class='active'>立即支付</button> </view> </view> <!-- 没有车牌的时候显示 --> <view class='borderUp' bindtap='jumpToAdd' wx:if="{{carList.length==0}}"> <view class="myCars"> <image src='./../../assets/img/add.png' mode="widthFix"></image>我的爱车</view> <text class='carNumber'>车辆入场后,才能绑车牌</text> </view> <view class='bottonBox'> <navigator url="/pages/passCar/couponList/couponList"> <view class='textStyle' bindtap='showquan'> <image src='../../assets/img/quan.png'></image> 我的停车券 <view class='detail'> <image src='../../assets/img/jian.png'></image> </view> </view> </navigator> <view class='textStyle' bindtap='passc'> <image src='../../assets/img/wenti.png'></image> 常见问题 <view class='detail'> <image src='../../assets/img/jian.png'></image> </view> </view> </view> <view class='passNumberBox' wx:for='{{couponList}}' wx:key='{{index}}'> <view class='voucher' wx:if="!{{tcq==1}}"> <text class='textV1 textV3'>{{item.title}}</text> <text class='textV2'>{{item.merchantName}}</text> <text class='textV1'>{{'- '+item.price/100+'小时'}}</text> <view class='choice'> <image src='../../assets/img/choiced.png'></image> </view> </view> </view> <!-- <view bindtap='bindCoupon' class="buy-view app-border-top" wx:if="{{buttonBox}}"> <navigator wx:if="{{flag==1||flags=='alreadybind'}}" class='buyBox' target="miniProgram" open-type="navigate" app-id="wx192b7d2e8dcbefd0" path="" extra-data='{{extraData}}' version="trial"> </navigator> <button class='buy'>立即支付</button> </view> --> </view>