|
|
@@ -1,15 +1,10 @@ |
|
|
|
<navbar text="停车" background='#fff'></navbar> |
|
|
|
<navbar text="停车"></navbar> |
|
|
|
<view class='container' wx:if="{{ifHaveCarModular == 1}}" style="padding-top:{{navigationBarHeight}}"> |
|
|
|
<view class='top'> |
|
|
|
<view class='header'> |
|
|
|
<image src='{{parkUrl}}' mode="widthFix"></image>{{park.addr}} |
|
|
|
(<text style='color:#f86661;'>{{park.number}}</text>车位)</view> |
|
|
|
</view> |
|
|
|
<!-- <view class='price clearfix'> |
|
|
|
<text class='fl'>停车费:</text> |
|
|
|
<label class='locationNumber fr'>{{park.stopFee}}</label> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<view class='borderBox'> |
|
|
|
<view class='passNumberBox'> |
|
|
|
<!-- 有车牌的时候显示 --> |
|
|
@@ -50,7 +45,7 @@ |
|
|
|
|
|
|
|
<view class="clearfix"> |
|
|
|
<text class="fl">待缴费用:</text> |
|
|
|
<text class='fr' style='color:#ff4949;'>{{stopFees.remainingFee}}<text class='yuan'>元</text></text> |
|
|
|
<text class='fr' style='color:#ff4949;'>{{stopFees.remainingFee}}元</text> |
|
|
|
</view> |
|
|
|
<!-- 停车费用大于0 --> |
|
|
|
<view class="buy-view" wx:if="{{stopFees.orderId&&stopFees.remainingFee>0}}"> |
|
|
|