<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'> <image src='../../assets/img/timg.jpg'></image> <view class='numberBox'> <view class='titleName'>{{park.addr}}</view> <view class='carLocation price'>停车费: <label class='locationNumber'>{{park.stopFee}}</label> </view> <view class='carLocation'>总车位: <label class='locationNumber'> {{park.number}}个</label> </view> </view> </view> --> <view class='borderBox'> <view class='passNumberBox' wx:for='{{carList}}' wx:key='{{index}}'> <!-- <view class='passUp'> <view class='passNumber' bindtap='orderPay'> <text class='number'>{{item.carNumber}}</text> </view> <button class='deleteButton' bindtap='unbindCarBtn' data-car='{{item.carNumber}}'>解绑</button> </view> --> <!-- 有车牌的时候显示 --> <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'> <text class='txt01'>{{item.carNumber}}</text> <view class='tche' hover-class='button_active' bindtap='gotopay'> <button class='btn001'>停车缴费</button> </view> </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 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='orderBox' wx:if='{{item.stopFee.parkingFee}}'> <view class='priceBox'> <text>入场时间:{{item.stopFee.entranceTime}}</text> </view> <view class='priceBox right'> <text class="textRight">停车费用:¥{{item.stopFee.parkingFee}}</text> </view> </view> </view> </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='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 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 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>