修复bug

This commit is contained in:
zhouyanli
2026-08-13 14:12:11 +08:00
parent 94146ce27a
commit 32765cc004
12 changed files with 145 additions and 48 deletions

View File

@@ -1,8 +1,8 @@
<template>
<view class="contentStyle">
<view class="status-bar"></view>
<!-- <view class="status-bar"></view>
<uni-nav-bar title="车位详情" left-icon="left" @clickLeft="goBack" :border="false" backgroundColor="transparent">
</uni-nav-bar>
</uni-nav-bar> -->
<scroll-view class="page" scroll-y="true">
<view class="status-header">
@@ -204,7 +204,7 @@
icon: 'success'
})
setTimeout(() => {
uni.redirectTo({ url: "/pageSubPack/my/myParkingSpaceIndex" })
uni.navigateBack({ delta: 1 })
}, 1500)
} else {
uni.showToast({
@@ -249,7 +249,7 @@
icon: 'success'
})
setTimeout(() => {
uni.redirectTo({ url: "/pageSubPack/my/myParkingSpaceIndex" })
uni.navigateBack({ delta: 1 })
}, 1500)
} else {
uni.showToast({
@@ -472,7 +472,6 @@
.bottom-btn-wrap {
padding: 20rpx 30rpx 40rpx;
display: flex;
gap: 20rpx;
}
.btn-modify {
@@ -484,6 +483,7 @@
font-size: 30rpx;
border-radius: 8rpx;
border: none;
margin-right: 20rpx;
}
.btn-delete {