11
This commit is contained in:
parent
d4d8f0793e
commit
e8eacf5d4f
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<view class="page">
|
||||
<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="card">
|
||||
<view class="tit">充值押金</view>
|
||||
|
@ -101,7 +101,7 @@
|
|||
<view class="tip_box" v-if="show">
|
||||
<view class="top">
|
||||
<view class="txt">
|
||||
押金体现后,下次使用电单车仍需要重
|
||||
押金提现后,下次使用电单车仍需要重
|
||||
</view>
|
||||
<view class="txt">
|
||||
新充值押金,您要继续提现吗?
|
||||
|
@ -459,7 +459,7 @@
|
|||
margin-top: 8rpx;
|
||||
width: 100%;
|
||||
font-weight: 400;
|
||||
font-size: 20rpx;
|
||||
font-size: 24rpx;
|
||||
color: #979797;
|
||||
}
|
||||
}
|
||||
|
@ -482,7 +482,7 @@
|
|||
width: 100rpx;
|
||||
text-align: right;
|
||||
font-weight: 400;
|
||||
font-size: 20rpx;
|
||||
font-size: 24rpx;
|
||||
color: #4C97E7;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -166,6 +166,11 @@
|
|||
this.getmarks()
|
||||
this.getordernum()
|
||||
this.allVehicleNum()
|
||||
this.getmarks();
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
this.getParking()
|
||||
},
|
||||
computed: {
|
||||
userId() {
|
||||
|
@ -423,7 +428,7 @@
|
|||
// 可以在这里执行其他针对每个项的操作
|
||||
});
|
||||
this.markstause()
|
||||
this.getParking()
|
||||
// this.getParking()
|
||||
// this.markers = markers;
|
||||
|
||||
} else {
|
||||
|
@ -459,7 +464,7 @@
|
|||
// 可以在这里执行其他针对每个项的操作
|
||||
});
|
||||
this.markstause()
|
||||
this.getParking()
|
||||
// this.getParking()
|
||||
// this.markers = markers;
|
||||
|
||||
} else {
|
||||
|
@ -482,7 +487,7 @@
|
|||
// 可以在这里执行其他针对每个项的操作
|
||||
});
|
||||
this.markstause()
|
||||
this.getParking()
|
||||
// this.getParking()
|
||||
// this.markers = markers;
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user