优化代码

This commit is contained in:
wuxw 2022-08-26 01:50:44 +08:00
parent aaa4cd2aee
commit 0dbe1c2435
3 changed files with 31 additions and 5 deletions

View File

@ -63,9 +63,13 @@
</view>
</view>
</scroll-view>
<view class="temp-remark">
<view>临停缴费提示</view>
<view>1支付后请在15分钟内离场否则会产生新的停车费</view>
<view>2缴费前请仔细核对停车场停车时间支付金额</view>
</view>
</view>
</view>
</template>
<script>
@ -254,4 +258,7 @@
.line-height {
line-height: 100upx;
}
.temp-remark{
color: #888888;
}
</style>

View File

@ -205,4 +205,14 @@
display: block;
width: 46rpx;
height: 38rpx;
}
.temp-history{
font-size: 38upx;
color: #888888;
}
.temp-remark{
margin-top: 300upx;
color: #888888;
}

View File

@ -45,11 +45,13 @@
</view>
</view>
</view>
<view class=" temp-history">
<view class="padding"><text>往期记录</text></view>
<view>
<view class="padding" v-for="(item,index) in carNums" :key="index" @tap="_loadTempFee(item.carNum)">{{item.carNum}}
<view class="flex justify-start">
<view class="padding-left" v-for="(item,index) in carNums" :key="index" @tap="_loadTempFee(item.carNum)">{{item.carNum}}
</view>
</view>
</view>
<view class='plate-input-flag' bindtap='changeplate'>
<text>{{carNumBtn}}</text>
@ -59,6 +61,13 @@
<view class="cu-bar btn-group" style="margin-top: 30px;">
<button @click="_queryCarNum" :disabled="carNum.length< 7"
class="cu-btn bg-green shadow-blur round lg">立即查询</button>
</view>
<view class="temp-remark">
<view>临停支付说明</view>
<view>1若因特殊原因无法查询车辆信息请联系停车场人工处理</view>
<view>2查询缴费前请仔细核对停车场及车牌号</view>
<view>3若长时间无法加载页面请检查网络是否畅通或扫码重试</view>
</view>
</view>