sweep_code.wxml 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <view class="box">
  2. <view class="notice" wx:if="{{arr.activity!=''}}">
  3. <image src="/img/notice.png" class="inform-image" style="width:38rpx;height:38rpx;"></image>
  4. <text class="text">{{arr.activity}}</text>
  5. </view>
  6. <view class="top" style="height:{{screenHeight == 'xSeries' ? '706rpx' : '556rpx'}}">
  7. <view class="top_view">
  8. <text class="title">{{setting.is_whole_area_huanche==1 ?"请在运营区域内还车" : "请在还车区域内还车"}}</text>
  9. <view class="view">
  10. <text wx:if="{{setting.is_whole_area_huanche==0}}" style="margin-right:24rpx;">否则会收取车辆调度费</text>
  11. <view bindtap="rules">
  12. <text style="color:#EC3C3C;">计价规则</text>
  13. <image src="/img/guize_jiantou.png" style="width:28rpx;height:28rpx;"></image>
  14. </view>
  15. </view>
  16. </view>
  17. <image src="http://resource.bike.hanyiyun.com/weapp/ridding_icon.png" wx:if="{{setting.is_whole_area_huanche==1}}">
  18. </image>
  19. <image src="http://resource.bike.hanyiyun.com/weapp/noStop_icon.png" wx:else></image>
  20. <view class="btm_view" bindtap="view_area">
  21. <text>{{setting.is_whole_area_huanche==1 ?"查看运营区域" : "查看还车区域"}}</text>
  22. </view>
  23. </view>
  24. <view class="bottom" style="padding-top: {{screenHeight == 'xSeries' ? '60rpx' : '40rpx'}}">
  25. <view bindtap="repair" class="baoxiu">车辆报修</view>
  26. <view class="btm_top" style="padding-bottom: {{screenHeight == 'xSeries' ? '54rpx' : '34rpx'}};">
  27. <view>车辆编号:{{arr.bike_no}}</view>
  28. </view>
  29. <view class="btm_center" style="padding-top: {{screenHeight == 'xSeries' ? '48rpx' : '28rpx'}};">
  30. <view>
  31. <text>{{arr.battery_power>20?'电量充足':'电量过低'}}</text>
  32. <image src="{{img}}weapp/cell.png" class="cell"></image>
  33. </view>
  34. <view>
  35. <text>{{arr.riding_bike_mileage}}km</text>
  36. <text>预计行驶里程</text>
  37. </view>
  38. </view>
  39. <view class="btm_btm_rent" bindtap="rent_start"
  40. style="margin-top:{{screenHeight == 'xSeries' ? '67rpx' : '37rpx'}};" wx:if="{{setting.is_open_day_rent==1}}">
  41. <text>每日租车</text>
  42. </view>
  43. <view class="btm_btm_use" bindtap="start" style="margin-top:{{screenHeight == 'xSeries' ? '210rpx' : '180rpx'}};">
  44. <text>立即用车</text>
  45. </view>
  46. </view>
  47. <view class="model" wx:if="{{show}}">
  48. <view class="back"></view>
  49. <image src="http://resource.bike.hanyiyun.com/weapp/over.png" style="width:64rpx;height:64rpx;" class="over"
  50. bindtap="over"></image>
  51. <view class="content">
  52. <view class="view1">
  53. <image src="http://resource.bike.hanyiyun.com/weapp/daily_rent.png"
  54. style="width:126rpx;height:37rpx;margin-top:40rpx;"></image>
  55. <view>
  56. <image src="http://resource.bike.hanyiyun.com/weapp/bike_info.png" style="width:193rpx;height:153rpx;">
  57. </image>
  58. </view>
  59. </view>
  60. <view class="view2">
  61. <view></view>
  62. <view>日租车辆</view>
  63. </view>
  64. <view class="text">进行日租车,任意选择租期</view>
  65. <view class="view2">
  66. <view></view>
  67. <view>租车金额</view>
  68. </view>
  69. <view class="text">
  70. <text>{{setting.day_rent_money}}元/{{setting.day_rent_hours}}小时(下单即生效)超出每小时</text>
  71. <text>额外收取{{setting.per_hours_day_rent_timeout_money}}元,每天{{setting.day_rent_capping_money}}元封顶。</text>
  72. </view>
  73. <view class="view2">
  74. <view></view>
  75. <view>规范还车</view>
  76. </view>
  77. <view class="text">未在还车点还车(运营区域外还车、禁停区还车),将收取30元调度费。</view>
  78. <view class="bottom1">
  79. <view bindtap="btn">
  80. <text>立即租用</text>
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. <view class="backposi" wx:if="{{background}}"></view>
  86. <view class="authName" wx:if="{{realname}}">
  87. <view class="realname ">
  88. <image src="http://resource.bike.hanyiyun.com/weapp/auth2.png" class="auth"></image>
  89. <view class="text1">完善信息</view>
  90. <view class="text2">完善信息,骑行更放心!</view>
  91. <view bindtap="authentication" class="view">
  92. <view>去完善</view>
  93. </view>
  94. </view>
  95. <image src="http://resource.bike.hanyiyun.com/weapp/over.png" style="width:60rpx;height:60rpx;" class="over"
  96. bindtap="over1" wx:if="{{over}}">
  97. </image>
  98. </view>
  99. <view class="deposit" wx:if="{{deposit}}">
  100. <image src="http://resource.bike.hanyiyun.com/weapp/Nodeposit.png" class="depositBg"></image>
  101. <view class="text1">缴纳押金</view>
  102. <view class="text2">缴纳用车押金后方可扫码用车</view>
  103. <view bindtap="deposit" class="view flexC">
  104. <view>现在就去</view>
  105. </view>
  106. <image src="{{img}}weapp/over.png" style="width:60rpx;height:60rpx;" class="text4" bindtap="think"
  107. wx:if="{{deposit}}"></image>
  108. </view>
  109. <view class="useBikeTip" hidden="{{useBikeTip}}">
  110. <view class="useTipContent">
  111. <view class="useTipContent_title">
  112. 用车提醒
  113. </view>
  114. <view class="useContent">
  115. <view class="tip-left">
  116. <image src="/img/useBike4.png" />
  117. </view>
  118. <view class="tip-right">
  119. <view>
  120. 服务区域
  121. </view>
  122. <view>
  123. 请在服务区域范围内骑行
  124. </view>
  125. </view>
  126. </view>
  127. <view class="useContent">
  128. <view class="tip-left">
  129. <image src="/img/useBike1.png" />
  130. </view>
  131. <view class="tip-right">
  132. <view>
  133. 还车区域
  134. </view>
  135. <view>
  136. 还车时确保车辆已到达指定还车区域。
  137. </view>
  138. </view>
  139. </view>
  140. <view class="useContent">
  141. <view class="tip-left">
  142. <image src="/img/useBike2.png" />
  143. </view>
  144. <view class="tip-right">
  145. <view>
  146. 如何收费
  147. </view>
  148. <view>
  149. <view wx:if="{{setting.start}}">
  150. 起步价<text>{{form.starting_price_time }}</text>分钟内<text>{{setting.starting_price}}</text>元/,超出时长费(含临时停车)<text>{{setting.per_money}}</text>元/<text>{{setting.per_minute}}</text>分钟。
  151. </view>
  152. <view wx:else>
  153. <text style="color:rgb(131, 131, 131);">时长费(含临时停车)</text>
  154. <text>{{setting.per_money}}</text>元 / <text>{{setting.per_minute}}</text>分钟
  155. </view>
  156. </view>
  157. </view>
  158. </view>
  159. <view class="useContent">
  160. <view class="tip-left">
  161. <image src="/img/useBike3.png" />
  162. </view>
  163. <view class="tip-right">
  164. <view>
  165. 调度费用
  166. </view>
  167. <view>
  168. 不在指定还车点还车,<text>{{setting.min_limit_km}}</text>公里内<text>{{setting.min_dispatching_fee}}</text>元,<text>{{setting.min_limit_km}}</text>公里外超出<text>{{setting.over_limit_per_km}}</text>公里增加<text>{{setting.over_limit_per_km_money}}</text>元调度费。<text>{{setting.max_dispatching_fee}}</text>元封顶
  169. </view>
  170. </view>
  171. </view>
  172. <view class="iKnow" bindtap="iKnow">
  173. 我知道了
  174. </view>
  175. </view>
  176. </view>
  177. </view>