|
@@ -23,6 +23,15 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<!-- <view class='coupon clearfix' bindtap='gotoquan' wx:if="{{couponList.length>0}}"> --> |
|
|
|
|
|
<view style="padding:0 25rpx;" class='coupon clearfix' bindtap='openTicketModal' wx:if="{{couponList.length>0}}"> |
|
|
|
|
|
<text class='fl'><text class='jians'>券</text>优惠券:</text> |
|
|
|
|
|
<view class="fr"> |
|
|
|
|
|
<text wx:if="{{quantitle}}">{{quantitle}}</text> |
|
|
|
|
|
<text wx:else>{{totalTicketNum}}张可用</text> |
|
|
|
|
|
<image class='jiant' src='{{jianUrl}}' mode='widthFix'></image> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
<view class='orderBox' wx:if="{{stopFees.orderId&&carList.length>0&&3>=carList.length}}"> |
|
|
<view class='orderBox' wx:if="{{stopFees.orderId&&carList.length>0&&3>=carList.length}}"> |
|
|
<view class='clearfix'> |
|
|
<view class='clearfix'> |
|
|
<text class="fl">入场时间:</text> |
|
|
<text class="fl">入场时间:</text> |
|
@@ -32,17 +41,6 @@ |
|
|
<text class="fl">停车时长:</text> |
|
|
<text class="fl">停车时长:</text> |
|
|
<text class='fr time'>{{timecha}}</text> |
|
|
<text class='fr time'>{{timecha}}</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- <view class='coupon clearfix' bindtap='gotoquan' wx:if="{{couponList.length>0}}"> --> |
|
|
|
|
|
<view class='coupon clearfix' bindtap='openTicketModal' wx:if="{{couponList.length>0}}"> |
|
|
|
|
|
<text class='fl'><text class='jians'>券</text>优惠券:</text> |
|
|
|
|
|
<view class="fr"> |
|
|
|
|
|
<text wx:if="{{quantitle}}">{{quantitle}}</text> |
|
|
|
|
|
<text wx:else>{{totalTicketNum}}张可用</text> |
|
|
|
|
|
<image class='jiant' src='{{jianUrl}}' mode='widthFix'></image> |
|
|
|
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="clearfix"> |
|
|
<view class="clearfix"> |
|
|
<text class="fl">待缴费用:</text> |
|
|
<text class="fl">待缴费用:</text> |
|
|
<text class='fr' style='color:#ff4949;'>{{stopFees.remainingFee}}元</text> |
|
|
<text class='fr' style='color:#ff4949;'>{{stopFees.remainingFee}}元</text> |
|
|