This commit is contained in:
Sliverber 2024-07-23 17:59:01 +08:00
parent b1c22eb068
commit d72db74573
4 changed files with 38 additions and 19 deletions

View File

@ -50,7 +50,7 @@
if(uni.getStorageSync('token')){ if(uni.getStorageSync('token')){
this.$u.get('/app/device/info?sn=' + this.sn).then((res) => { this.$u.get('/app/device/info?sn=' + this.sn).then((res) => {
if (res.code === 200) { if (res.code === 200) {
uni.navigateTo({ uni.redirectTo({
url:'/pages/index/index?sn='+this.sn url:'/pages/index/index?sn='+this.sn
}) })
}else{ }else{

View File

@ -345,9 +345,12 @@
.page { .page {
width: 750rpx; width: 750rpx;
padding-bottom: 150rpx; padding-bottom: 200rpx;
.btn{ .btn{
margin: 0 auto; position: fixed;
left: 34rpx;
bottom: 80rpx;
// margin: 0 auto;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -171,19 +171,17 @@
</view> </view>
<u-mask :show="loadingmask" :z-index='100' duration='0' /> <!-- <u-mask :show="loadingmask" :z-index='100' duration='0' />
<view class="pops" v-if="loadingmask" style="width: 500rpx;left:124rpx"> <view class="pops" v-if="loadingmask" style="width: 500rpx;left:124rpx">
<view class="tit" style="font-weight: 600;"> <view class="tit" style="font-weight: 600;">
加载中... 加载中...
</view> </view>
<!-- <u-loading size="50" mode="flower"></u-loading> -->
<view class="loading_box"> <view class="loading_box">
<image src="https://lxnapi.ccttiot.com/bike/img/static/uOQxwzp0Sj9l2WZ534zp" mode=""></image> <image src="https://lxnapi.ccttiot.com/bike/img/static/uOQxwzp0Sj9l2WZ534zp" mode=""></image>
<!-- <view class="loader">
</view> -->
</view> </view>
</view> </view> -->
</view> </view>
</template> </template>
@ -202,7 +200,7 @@
areaInfo: "", areaInfo: "",
isback:false, isback:false,
showBack:false, showBack:false,
loadingmask:false, loadingmask:true,
ispaid:false, ispaid:false,
showtxtip:false, showtxtip:false,
showList:false showList:false
@ -407,6 +405,9 @@
// }) // })
that.ispaid=false that.ispaid=false
that.loadingmask=true that.loadingmask=true
uni.showLoading({
title:'加载中'
})
setTimeout(() => { setTimeout(() => {
that.check() that.check()
@ -415,7 +416,7 @@
setTimeout(() => { setTimeout(() => {
that.check() that.check()
uni.hideLoading()
}, 4000) }, 4000)
}, },

View File

@ -298,11 +298,11 @@
</view> </view>
</view> </view>
<view class="changebiketip" @click="tochange()"> <!-- <view class="changebiketip" @click="tochange()">
换车骑行 <view class="iconfont icon-xiangyou1"> 换车骑行 <view class="iconfont icon-xiangyou1">
</view> </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">
@ -319,7 +319,11 @@
</view> </view>
<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="changebiketip" @click="tochange()">
换车骑行 <view class="iconfont icon-xiangyou1">
</view>
</view>
<view class="btn" style=" margin-right: 16rpx;" <view class="btn" style=" margin-right: 16rpx;"
v-if="OrderdeviceInfos.status==3||OrderdeviceInfos.status==6" @click="taploadmask (2)"> v-if="OrderdeviceInfos.status==3||OrderdeviceInfos.status==6" @click="taploadmask (2)">
临时锁车 临时锁车
@ -6122,7 +6126,7 @@
// display: flex; // display: flex;
// justify-content: center; // justify-content: center;
width: 750rpx; width: 750rpx;
height: 618rpx; height: 640rpx;
// background: #fff; // background: #fff;
// box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08); // box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08);
border-radius: 50rpx 50rpx 0 0; border-radius: 50rpx 50rpx 0 0;
@ -6151,7 +6155,7 @@
.cardss { .cardss {
position: absolute; position: absolute;
bottom: 220rpx; bottom: 240rpx;
// margin-top: 20rpx; // margin-top: 20rpx;
padding: 20rpx 30rpx; padding: 20rpx 30rpx;
width: 695rpx; width: 695rpx;
@ -6226,17 +6230,28 @@
.bot { .bot {
display: flex; display: flex;
align-items: center; // align-items: center;
justify-content: center; justify-content: center;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;
width: 750rpx; width: 750rpx;
height: 184rpx; height: 220rpx;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08), 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08); box-shadow: 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08), 0rpx 10rpx 64rpx 0rpx rgba(0, 0, 0, 0.08);
border-radius: 0rpx 0rpx 0rpx 0rpx; border-radius: 0rpx 0rpx 0rpx 0rpx;
padding-top: 30rpx;
.changebiketip {
bottom: 40rpx;
left: 320rpx;
position: absolute;
display: flex;
flex-wrap: nowrap;
align-items: center;
font-weight: 400;
font-size: 28rpx;
color: #3D3D3D;
}
.btn { .btn {
display: flex; display: flex;
justify-content: center; justify-content: center;