sweep_code.wxml 6.7 KB

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