| | |
| | | <image src="@/static/icon/ic_fullscreen@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | | <view class="index_box_title" :style="{ backgroundImage: 'url(' + bgImg + ')' }"> |
| | | <view class="index_box_title"> |
| | | <view class="index_box_title_left"> |
| | | <text>{{info.parkName}}</text> |
| | | <text>服务电话:{{info.serverPhone}}</text> |
| | |
| | | </view> |
| | | <view class="loading_box_info">请按照交规行驶</view> |
| | | </view> |
| | | <view class="loading_box_err" @click="toFaultReporting"> |
| | | <!-- <view class="loading_box_err" @click="toFaultReporting"> |
| | | <image src="@/static/icon/ic_guzhang@2x.png" mode="widthFix"></image> |
| | | <text>车辆故障上报</text> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </u-popup> |
| | | <!-- 骑行中 --> |
| | |
| | | </view> |
| | | <view class="ride_content_info"> |
| | | <image src="@/static/icon/ic_tip@2x.png" mode="widthFix"></image> |
| | | <text>支持中途还车,骑行时间自动累计,如更换车型,按所取车辆中最高车型计费</text> |
| | | <text v-if="info.tips">{{info.tips}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="ride_btn" @click="carRental">扫码继续骑行</view> |
| | |
| | | uni.showToast({ title: '开锁失败', icon: 'error', duration: 2000 }); |
| | | } |
| | | // 开锁超时 |
| | | if (num === 120) { |
| | | if (num === 180) { |
| | | that.refresh() |
| | | clearInterval(timer) |
| | | that.show5 = false |
| | |
| | | uni.showToast({ title: '开锁失败', icon: 'error', duration: 2000 }); |
| | | } |
| | | // 开锁超时 |
| | | if (num === 120) { |
| | | if (num === 180) { |
| | | clearInterval(timer) |
| | | this.show5 = false |
| | | uni.showToast({ title: '开锁超时', icon: 'error', duration: 2000 }); |
| | |
| | | uni.showToast({ title: '开锁失败', icon: 'error', duration: 2000 }); |
| | | } |
| | | // 开锁超时 |
| | | if (num === 120) { |
| | | if (num === 180) { |
| | | clearInterval(timer) |
| | | this.show5 = false |
| | | uni.showToast({ title: '开锁超时', icon: 'error', duration: 2000 }); |
| | |
| | | align-items: center; |
| | | position: relative; |
| | | top: -16rpx; |
| | | // filter: blur(3px); |
| | | // -webkit-filter: blur(3px); |
| | | background: linear-gradient(270deg, #C5FAF7 0%, rgba(10,201,192,0.63) 65%, rgba(214,251,249,0.81) 100%); |
| | | box-shadow: inset 0rpx 1rpx 0rpx 0rpx #E3FFFE; |
| | | border-radius: 20rpx 20rpx 0rpx 0rpx; |
| | | backdrop-filter: blur(3px); |
| | | |
| | | .index_box_title_left { |
| | | flex: 1; |