123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- <view class="box">
- <view class="notice" wx:if="{{arr.activity!=''}}">
- <image src="/img/notice.png" class="inform-image" style="width:38rpx;height:38rpx;"></image>
- <text class="text">{{arr.activity}}</text>
- </view>
- <view class="top" style="height:{{screenHeight == 'xSeries' ? '706rpx' : '556rpx'}}">
- <view class="top_view">
- <text class="title">{{setting.is_whole_area_huanche==1 ?"请在运营区域内还车" : "请在还车区域内还车"}}</text>
- <view class="view">
- <text wx:if="{{setting.is_whole_area_huanche==0}}" style="margin-right:24rpx;">否则会收取车辆调度费</text>
- <view bindtap="rules">
- <text style="color:#EC3C3C;">计价规则</text>
- <image src="/img/guize_jiantou.png" style="width:28rpx;height:28rpx;"></image>
- </view>
- </view>
- </view>
- <image src="http://resource.bike.hanyiyun.com/weapp/ridding_icon.png" wx:if="{{setting.is_whole_area_huanche==1}}">
- </image>
- <image src="http://resource.bike.hanyiyun.com/weapp/noStop_icon.png" wx:else></image>
- <view class="btm_view" bindtap="view_area">
- <text>{{setting.is_whole_area_huanche==1 ?"查看运营区域" : "查看还车区域"}}</text>
- </view>
- </view>
- <view class="bottom" style="padding-top: {{screenHeight == 'xSeries' ? '60rpx' : '40rpx'}}">
- <view bindtap="repair" class="baoxiu">车辆报修</view>
- <view class="btm_top" style="padding-bottom: {{screenHeight == 'xSeries' ? '54rpx' : '34rpx'}};">
- <view>车辆编号:{{arr.bike_no}}</view>
- </view>
- <view class="btm_center" style="padding-top: {{screenHeight == 'xSeries' ? '48rpx' : '28rpx'}};">
- <view>
- <text>{{arr.battery_power>20?'电量充足':'电量过低'}}</text>
- <image src="{{img}}weapp/cell.png" class="cell"></image>
- </view>
- <view>
- <text>{{arr.riding_bike_mileage}}km</text>
- <text>预计行驶里程</text>
- </view>
- </view>
- <view class="btm_btm_rent" bindtap="rent_start"
- style="margin-top:{{screenHeight == 'xSeries' ? '67rpx' : '37rpx'}};" wx:if="{{setting.is_open_day_rent==1}}">
- <text>每日租车</text>
- </view>
- <view class="btm_btm_use" bindtap="start" style="margin-top:{{screenHeight == 'xSeries' ? '210rpx' : '180rpx'}};">
- <text>立即用车</text>
- </view>
- </view>
- <view class="model" wx:if="{{show}}">
- <view class="back"></view>
- <image src="http://resource.bike.hanyiyun.com/weapp/over.png" style="width:64rpx;height:64rpx;" class="over"
- bindtap="over"></image>
- <view class="content">
- <view class="view1">
- <image src="http://resource.bike.hanyiyun.com/weapp/daily_rent.png"
- style="width:126rpx;height:37rpx;margin-top:40rpx;"></image>
- <view>
- <image src="http://resource.bike.hanyiyun.com/weapp/bike_info.png" style="width:193rpx;height:153rpx;">
- </image>
- </view>
- </view>
- <view class="view2">
- <view></view>
- <view>日租车辆</view>
- </view>
- <view class="text">进行日租车,任意选择租期</view>
- <view class="view2">
- <view></view>
- <view>租车金额</view>
- </view>
- <view class="text">
- <text>{{setting.day_rent_money}}元/{{setting.day_rent_hours}}小时(下单即生效)超出每小时</text>
- <text>额外收取{{setting.per_hours_day_rent_timeout_money}}元,每天{{setting.day_rent_capping_money}}元封顶。</text>
- </view>
- <view class="view2">
- <view></view>
- <view>规范还车</view>
- </view>
- <view class="text">未在还车点还车(运营区域外还车、禁停区还车),将收取30元调度费。</view>
- <view class="bottom1">
- <view bindtap="btn">
- <text>立即租用</text>
- </view>
- </view>
- </view>
- </view>
- <view class="backposi" wx:if="{{background}}"></view>
- <view class="authName" wx:if="{{realname}}">
- <view class="realname ">
- <image src="http://resource.bike.hanyiyun.com/weapp/auth2.png" class="auth"></image>
- <view class="text1">完善信息</view>
- <view class="text2">完善信息,骑行更放心!</view>
- <view bindtap="authentication" class="view">
- <view>去完善</view>
- </view>
- </view>
- <image src="http://resource.bike.hanyiyun.com/weapp/over.png" style="width:60rpx;height:60rpx;" class="over"
- bindtap="over1" wx:if="{{over}}">
- </image>
- </view>
- <view class="deposit" wx:if="{{deposit}}">
- <image src="http://resource.bike.hanyiyun.com/weapp/Nodeposit.png" class="depositBg"></image>
- <view class="text1">缴纳押金</view>
- <view class="text2">缴纳用车押金后方可扫码用车</view>
- <view bindtap="deposit" class="view flexC">
- <view>现在就去</view>
- </view>
- <image src="{{img}}weapp/over.png" style="width:60rpx;height:60rpx;" class="text4" bindtap="think"
- wx:if="{{deposit}}"></image>
- </view>
- <view class="useBikeTip" hidden="{{useBikeTip}}">
- <view class="useTipContent">
- <view class="useTipContent_title">
- 用车提醒
- </view>
- <view class="useContent">
- <view class="tip-left">
- <image src="/img/useBike4.png" />
- </view>
- <view class="tip-right">
- <view>
- 服务区域
- </view>
- <view>
- 请在服务区域范围内骑行
- </view>
- </view>
- </view>
- <view class="useContent">
- <view class="tip-left">
- <image src="/img/useBike1.png" />
- </view>
- <view class="tip-right">
- <view>
- 还车区域
- </view>
- <view>
- 还车时确保车辆已到达指定还车区域。
- </view>
- </view>
- </view>
- <view class="useContent">
- <view class="tip-left">
- <image src="/img/useBike2.png" />
- </view>
- <view class="tip-right">
- <view>
- 如何收费
- </view>
- <view>
- <view wx:if="{{setting.start}}">
- 起步价<text>{{form.starting_price_time }}</text>分钟内<text>{{setting.starting_price}}</text>元/,超出时长费(含临时停车)<text>{{setting.per_money}}</text>元/<text>{{setting.per_minute}}</text>分钟。
- </view>
- <view wx:else>
- <text style="color:rgb(131, 131, 131);">时长费(含临时停车)</text>
- <text>{{setting.per_money}}</text>元 / <text>{{setting.per_minute}}</text>分钟
- </view>
- </view>
- </view>
- </view>
- <view class="useContent">
- <view class="tip-left">
- <image src="/img/useBike3.png" />
- </view>
- <view class="tip-right">
- <view>
- 调度费用
- </view>
- <view>
- 不在指定还车点还车,<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>元封顶
- </view>
- </view>
- </view>
- <view class="iKnow" bindtap="iKnow">
- 我知道了
- </view>
- </view>
- </view>
- </view>
|