111
This commit is contained in:
parent
81fcf8f4c1
commit
7a3dddc6ef
File diff suppressed because it is too large
Load Diff
|
@ -165,7 +165,7 @@
|
||||||
filePath: this.videoPath,
|
filePath: this.videoPath,
|
||||||
formData: {
|
formData: {
|
||||||
token: _this.token, //后端返回的token
|
token: _this.token, //后端返回的token
|
||||||
key:'bike/vadio/'+math
|
key:'bike/video/'+math
|
||||||
},
|
},
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
|
|
|
@ -284,6 +284,12 @@
|
||||||
<image src="https://api.ccttiot.com/smartmeter/img/static/uHTCZOVUbmBkKW4G0wuF" mode="">
|
<image src="https://api.ccttiot.com/smartmeter/img/static/uHTCZOVUbmBkKW4G0wuF" mode="">
|
||||||
</image>
|
</image>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
<view class="changebiketip" @click="tochange()">
|
||||||
|
换车骑行 <view class="iconfont icon-xiangyou1">
|
||||||
|
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="bot" style="margin-top: 20rpx;" v-if="orderinfo.status==0">
|
<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="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)">
|
@click="taploadmask (2)">
|
||||||
临时锁车
|
临时锁车
|
||||||
</view>
|
</view>
|
||||||
|
@ -1265,6 +1271,11 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
tochange(){
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/page_user/changeCar'
|
||||||
|
})
|
||||||
|
},
|
||||||
tovadio() {
|
tovadio() {
|
||||||
// this.seeDetail=true
|
// this.seeDetail=true
|
||||||
this.maskepage = 0
|
this.maskepage = 0
|
||||||
|
@ -6011,7 +6022,17 @@
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
color: #3D3D3D;
|
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 {
|
.cont {
|
||||||
margin-top: 30rpx;
|
margin-top: 30rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user