pay.axml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <view class="box" style="padding-bottom:{{date.system_off_lock.is_system_off_lock ? '250rpx' : '150rpx'}}">
  2. <!-- <view class="home" style="top:{{statusbar}}px">
  3. <image src="../../img/with-home.png" onTap="backHome"></image>
  4. <text>费用详情</text>
  5. </view> -->
  6. <view class="pay-top">
  7. <view class="pay-money"><text>¥{{date.orders.order_wait_pay_money||'--'}}</text></view>
  8. </view>
  9. <view class="list" style=" margin-top: -100rpx;">
  10. <view class="title">费用详情</view>
  11. <view>
  12. <text>订单编号</text>
  13. <text>{{date.orders.no||'--'}}</text>
  14. </view>
  15. <view>
  16. <text>时长费用</text>
  17. <text>¥{{date.orders.time_money||'--'}}</text>
  18. </view>
  19. <view class="shichang">
  20. 含里程{{date.orders.use_bike_distance_length_text||'--'}}公里,含时长{{date.orders.use_bike_time_length_text||'--'}}</view>
  21. <view a:if="{{rent}}">
  22. <text>骑行卡</text>
  23. <text style="color:#2979ff;">- ¥{{date.user_card.card_preferential_money||'--'}}</text>
  24. </view>
  25. <view a:if="{{rent}}">
  26. <text>优惠券</text>
  27. <text style="color:#2979ff;">- ¥{{date.user_coupon.coupon_preferential_money||'--'}}</text>
  28. </view>
  29. <view onTap="notice">
  30. <text>调度费用<text class="iconfont icon-guize"
  31. style="display:inline-block;color:var(--orgFont);margin-left:10rpx;"></text></text>
  32. <text style="color:#ff0000;">¥{{date.orders.dispatch_money||'--'}}</text>
  33. </view>
  34. </view>
  35. <view class='maskLayer' a:if="{{payment_type}}" catchtouchmove="true" onTap="cancel"></view>
  36. <view class="mode payment_type" a:if="{{payment_type}}" catchtouchmove="true">
  37. <image src="/img/guanbi.png" style="width:48rpx;height:48rpx;" class="cancel" onTap='cancel'></image>
  38. <view class="top">
  39. <text>支付方式</text>
  40. </view>
  41. <view class="view" onTap="{{bolear ? 'check1':''}}">
  42. <view class="left">
  43. <image src="{{img}}weapp/purse.png" style="width:36rpx;height:36rpx;"></image>
  44. <view><text style="font-size:28rpx;">余额支付</text><text
  45. style="color:#999999;font-size:24rpx;">(¥{{balance||'--'}})</text></view>
  46. </view>
  47. <view class="right" onTap="{{bolear==false ? 'to_recharge' : ''}}">
  48. <text a:if="{{bolear==false}}">余额不足去充值</text>
  49. <image
  50. src="{{check1==true ? 'http://resource.bike.hanyiyun.com/weapp/true.png' : 'http://resource.bike.hanyiyun.com/weapp/false.png'}}"
  51. style="width:30rpx;height:30rpx;" a:if="{{bolear==true}}"></image>
  52. </view>
  53. </view>
  54. <view class="view" onTap="check2">
  55. <view class="left">
  56. <image src="../../img/zhi.png" style="width:36rpx;height:34rpx"></image>
  57. <text style="font-size:28rpx;">支付宝支付</text>
  58. </view>
  59. <view class="right">
  60. <image
  61. src="{{check2==true ? 'http://resource.bike.hanyiyun.com/weapp/true.png' : 'http://resource.bike.hanyiyun.com/weapp/false.png'}}"
  62. style="width:30rpx;height:30rpx;"></image>
  63. </view>
  64. </view>
  65. <view class="view1" onTap="queding">
  66. <text>确定</text>
  67. </view>
  68. </view>
  69. <view class="payment" onTap="payment_type">
  70. <text style="padding-left: 7.5%;">支付方式</text>
  71. <text style="padding-right: 10.5%;" a:if="{{check2 && index==1}}">支付宝支付</text>
  72. <text style="padding-right: 10.5%;" a:if="{{check1 && index==2}}">余额支付</text>
  73. <image src="/img/you.png" style="width:48rpx;height:48rpx;"></image>
  74. </view>
  75. <view class="colse-type" a:if="{{date.system_off_lock.is_system_off_lock}}">
  76. <text>提示:{{date.system_off_lock.system_off_lock_text}}</text>
  77. </view>
  78. <view class="bt-wenti">
  79. <view class="kefu" onTap="phone">
  80. <image src="../../img/kefu.png"></image>
  81. <text>客服热线</text>
  82. </view>
  83. <view class="kaisuo" onTap="retryClose">
  84. <text>重试关锁</text>
  85. </view>
  86. </view>
  87. <!-- <view class="box_bottom">
  88. <view>
  89. <image src="/img/you.png" style="width:48rpx;height:48rpx;"></image>
  90. <text>客服热线</text>
  91. </view>
  92. <view style="height:60rpx;" a:if="{{rent}}">
  93. <text>关锁失败</text>
  94. <text style="padding-right:4.5%;">重试关锁</text>
  95. <image src="/img/you.png" style="width:48rpx;height:48rpx;" class="right"></image>
  96. </view>
  97. </view> -->
  98. <!-- <view class="system_off_lock" >
  99. <text>1212{{date.system_off_lock.system_off_lock_text}}</text>
  100. </view> -->
  101. <view class="fixed">
  102. <view class="btn"
  103. onTap="{{date.orders.order_wait_pay_money=='0.00' || date.orders.pay_status==1 ? 'home' : disable==true ? '' : 'payment'}}">
  104. <text>{{date.orders.order_wait_pay_money=='0.00' || date.orders.pay_status==1? '返回首页' : '立即支付'}}</text>
  105. </view>
  106. </view>
  107. <view class="notice_background" a:if="{{notice}}"></view>
  108. <view class="notice_model" a:if="{{notice}}">
  109. <view class="title1">
  110. <text>调度费收费规则</text>
  111. </view>
  112. <view class="content">
  113. <text>在运营区域外还车或禁停区还车,将收取30元调度费;</text>
  114. <text>在运营区内还车:离最近的还车点{{setting.min_limit_km||'--'}}m内<block a:if="{{setting.min_dispatching_fee>0}}">
  115. {{setting.min_dispatching_fee||'--'}}元</block>
  116. <block a:else>免费</block>
  117. ,超出{{setting.min_limit_km||'--'}}m,每超出{{setting.over_limit_per_km||'--'}}m增加{{setting.over_limit_per_km_money||'--'}}元;最高收取{{setting.max_dispatching_fee||'--'}}元。
  118. </text>
  119. </view>
  120. <view class="btn" onTap="notice_false">
  121. <text>我知道了</text>
  122. </view>
  123. </view>
  124. </view>