This commit is contained in:
Sliverber 2024-06-06 18:04:50 +08:00
parent d4d8f0793e
commit e8eacf5d4f
3 changed files with 716 additions and 381 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<view class="page"> <view class="page">
<u-navbar title="押金" :border-bottom="false" :background="bgc" title-color='#000' title-size='36' <u-navbar title="押金" :border-bottom="false" :background="bgc" title-color='#000' title-size='36'
height='40'></u-navbar> height='45'></u-navbar>
<view class="norecord" v-if="userinfo.balance==0"> <view class="norecord" v-if="userinfo.balance==0">
<view class="card"> <view class="card">
<view class="tit">充值押金</view> <view class="tit">充值押金</view>
@ -101,7 +101,7 @@
<view class="tip_box" v-if="show"> <view class="tip_box" v-if="show">
<view class="top"> <view class="top">
<view class="txt"> <view class="txt">
押金现后下次使用电单车仍需要重 押金现后下次使用电单车仍需要重
</view> </view>
<view class="txt"> <view class="txt">
新充值押金您要继续提现吗 新充值押金您要继续提现吗
@ -459,7 +459,7 @@
margin-top: 8rpx; margin-top: 8rpx;
width: 100%; width: 100%;
font-weight: 400; font-weight: 400;
font-size: 20rpx; font-size: 24rpx;
color: #979797; color: #979797;
} }
} }
@ -482,7 +482,7 @@
width: 100rpx; width: 100rpx;
text-align: right; text-align: right;
font-weight: 400; font-weight: 400;
font-size: 20rpx; font-size: 24rpx;
color: #4C97E7; color: #4C97E7;
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -166,6 +166,11 @@
this.getmarks() this.getmarks()
this.getordernum() this.getordernum()
this.allVehicleNum() this.allVehicleNum()
this.getmarks();
},
onLoad() {
this.getParking()
}, },
computed: { computed: {
userId() { userId() {
@ -423,7 +428,7 @@
// //
}); });
this.markstause() this.markstause()
this.getParking() // this.getParking()
// this.markers = markers; // this.markers = markers;
} else { } else {
@ -459,7 +464,7 @@
// //
}); });
this.markstause() this.markstause()
this.getParking() // this.getParking()
// this.markers = markers; // this.markers = markers;
} else { } else {
@ -482,7 +487,7 @@
// //
}); });
this.markstause() this.markstause()
this.getParking() // this.getParking()
// this.markers = markers; // this.markers = markers;
} else { } else {