parkPay.wxml 3.15 KB
<view class="data-v-db979c78"><view class="order-time data-v-db979c78">剩余支付时间: 00:02:35</view><view class="order-title data-v-db979c78">订单详情</view><view class="order-info data-v-db979c78">{{'车牌号:'+mycarNumber+''}}</view><view class="order-line data-v-db979c78"></view><view class="order-info data-v-db979c78">{{'停车场:'+myorderinfo.parkName+''}}</view><view class="order-line data-v-db979c78"></view><view class="order-info data-v-db979c78">{{'进场时间:'+myorderinfo.inparktime+''}}</view><view class="order-line data-v-db979c78"></view><view class="order-info data-v-db979c78">{{'停车时间:'+$root.f0+''}}</view><view class="order-line data-v-db979c78"></view><view class="order-info data-v-db979c78">{{'总计费用:'+$root.f1+'元'}}</view><view hidden="{{!(true)}}" class="order-line-bold data-v-db979c78"></view><view data-event-opts="{{[['tap',[['DiscountClick',['$event']]]]]}}" hidden="{{!(true)}}" class="flex-row-justify-between data-v-db979c78" bindtap="__e"><view class="order-info data-v-db979c78">优惠</view><view class="flex-row-justify-end data-v-db979c78"><block wx:if="{{selCoupon.couponType==undefined}}"><view class="order-info data-v-db979c78" style="color:red;margin-right:10rpx;">未选择优惠</view></block><block wx:else><block wx:if="{{selCoupon.couponType==1&&selCoupon.couponsType!=3}}"><view class="order-info data-v-db979c78" style="color:red;margin-right:10rpx;">{{'-'+selCoupon.discValueAllName+''}}</view></block><block wx:else><view class="order-info data-v-db979c78" style="color:red;margin-right:10rpx;">{{''+selCoupon.fullCutValueAllName+''}}</view></block></block><view class="order-discount data-v-db979c78">></view></view></view><view class="order-line data-v-db979c78"></view><view class="flex-row-justify-between data-v-db979c78"><view class="order-info data-v-db979c78">支付金额</view><view class="flex-row-justify-end data-v-db979c78"><view class="order-info data-v-db979c78" style="font-weight:bold;font-size:17px;">{{''+$root.f2+''}}</view><view class="order-info data-v-db979c78" style="margin-right:50rpx;margin-left:0px;">元</view></view></view><view class="order-line-bold data-v-db979c78"></view><view class="order-title data-v-db979c78">支付方法</view><view class="order-line data-v-db979c78"></view><view data-event-opts="{{[['tap',[['selPaywaysClick',[0]]]]]}}" class="orderwaysview data-v-db979c78" bindtap="__e"><image class="orderways data-v-db979c78" src="../../static/orderInfo/orderinfo-wechat.png"></image><view class="order-info data-v-db979c78" style="margin-left:8px;">商户余额</view><image hidden="{{!(payWaysSel!=0)}}" class="orderwaysSel data-v-db979c78" src="../../static/orderInfo/orderinfo-unsel.png"></image><image hidden="{{!(payWaysSel==0)}}" class="orderwaysSel data-v-db979c78" src="../../static/orderInfo/orderinfo-sel.png"></image></view><view class="order-line data-v-db979c78"></view><button class="button-sp-area data-v-db979c78" type="primary" plain="true" data-event-opts="{{[['tap',[['payClick',['$event']]]]]}}" bindtap="__e">确认支付</button><view hidden="{{!(alertFlag)}}" class="data-v-db979c78"><view class="alertFlag _div data-v-db979c78">请先登录</view></view></view>