This commit is contained in:
Sliverber 2024-07-17 18:02:42 +08:00
parent 81fcf8f4c1
commit 7a3dddc6ef
3 changed files with 1646 additions and 191 deletions

File diff suppressed because it is too large Load Diff

View File

@ -165,7 +165,7 @@
filePath: this.videoPath,
formData: {
token: _this.token, //token
key:'bike/vadio/'+math
key:'bike/video/'+math
},
success: function(res) {
uni.hideLoading()

View File

@ -284,6 +284,12 @@
<image src="https://api.ccttiot.com/smartmeter/img/static/uHTCZOVUbmBkKW4G0wuF" mode="">
</image>
</view>
</view>
<view class="changebiketip" @click="tochange()">
换车骑行 <view class="iconfont icon-xiangyou1">
</view>
</view>
</view>
<view class="bot" style="margin-top: 20rpx;" v-if="orderinfo.status==0">
@ -302,7 +308,7 @@
<view class="bot" style="margin-top: 20rpx;" v-if="orderinfo.status==2">
<view class="btn" style=" margin-right: 16rpx;" v-if="OrderdeviceInfos.status==3"
<view class="btn" style=" margin-right: 16rpx;" v-if="OrderdeviceInfos.status==3||OrderdeviceInfos.status==6"
@click="taploadmask (2)">
临时锁车
</view>
@ -1265,6 +1271,11 @@
},
},
methods: {
tochange(){
uni.navigateTo({
url: '/page_user/changeCar'
})
},
tovadio() {
// this.seeDetail=true
this.maskepage = 0
@ -6011,7 +6022,17 @@
font-size: 36rpx;
color: #3D3D3D;
}
.changebiketip{
bottom: 20rpx;
left: 280rpx;
position: absolute;
display: flex;
flex-wrap: nowrap;
align-items: center;
font-weight: 400;
font-size: 28rpx;
color: #3D3D3D;
}
.cont {
margin-top: 30rpx;
display: flex;