修改 wyx

This commit is contained in:
wangyuxin
2026-04-18 17:29:15 +08:00
parent 452bf0b84d
commit f5c58aed75
20 changed files with 32 additions and 28 deletions

View File

@@ -200,7 +200,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goBack(); this.goBack();
}, 3000); }, 2500);
} }
}) })
}, },

View File

@@ -439,7 +439,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goBack(); this.goBack();
}, 3000); }, 2500);
} }
}) })
}, },

View File

@@ -194,7 +194,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goBack(); this.goBack();
}, 3000); }, 2500);
} }
} }
}) })

View File

@@ -144,7 +144,7 @@
uni.setStorageSync('bindCarId', this.selectedId); uni.setStorageSync('bindCarId', this.selectedId);
uni.setStorageSync('bindCarName', this.selectedName); uni.setStorageSync('bindCarName', this.selectedName);
this.goBack(); this.goBack();
}, 3000); }, 2500);

View File

@@ -177,7 +177,7 @@
uni.removeStorageSync('parkingSpaceId'); uni.removeStorageSync('parkingSpaceId');
uni.removeStorageSync('parkingSpaceName'); uni.removeStorageSync('parkingSpaceName');
this.goNext(); this.goNext();
}, 3000); }, 2500);
} }

View File

@@ -137,7 +137,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goBack(); this.goBack();
}, 3000); }, 2500);

View File

@@ -160,7 +160,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goBack(); this.goBack();
}, 3000); }, 2500);

View File

@@ -109,7 +109,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goBack(); this.goBack();
}, 3000); }, 2500);
}, },

View File

@@ -219,7 +219,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goBack(); this.goBack();
}, 3000); }, 2500);
} }

View File

@@ -159,7 +159,7 @@
} }
}) })
uni.setStorageSync('houseIsDefault', e.detail.value) uni.setStorageSync('houseIsDefault', e.detail.value)
}, 3000); }, 2500);
}, },
tapHouse(item) { tapHouse(item) {
uni.redirectTo({ uni.redirectTo({

View File

@@ -206,7 +206,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goBack(); this.goBack();
}, 3000); }, 2500);
} }
}, },
}); });

View File

@@ -195,7 +195,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goFreash() this.goFreash()
}, 3000); }, 2500);
} }

View File

@@ -125,7 +125,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
}, 3000); }, 2500);
} }
@@ -153,7 +153,7 @@
}, 3000); }, 2500);
} }
} }

View File

@@ -175,7 +175,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goNext() this.goNext()
}, 3000); }, 2500);
} }

View File

@@ -287,7 +287,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goBack(); this.goBack();
}, 3000); }, 2500);
}, },
goBack() { goBack() {
uni.redirectTo({ uni.redirectTo({

View File

@@ -241,7 +241,9 @@
/* background-color: #fff; */ /* background-color: #fff; */
} }
.page-container {} .page-container {
padding-top: 20rpx;
}
/* --- 分段控制器样式 --- */ /* --- 分段控制器样式 --- */
.seg-control { .seg-control {

View File

@@ -236,7 +236,7 @@
// 提交成功后跳转列表页 // 提交成功后跳转列表页
uni.hideLoading(); uni.hideLoading();
this.goBack(); this.goBack();
}, 3000); }, 2500);
}, },
goBack() { goBack() {
uni.redirectTo({ uni.redirectTo({

View File

@@ -273,7 +273,9 @@
} }
.list-container {} .list-container {
padding-top: 20rpx;
}
.list-item { .list-item {
padding: 30rpx; padding: 30rpx;

View File

@@ -8,7 +8,7 @@
<view class="container"> <view class="container">
<!-- 顶部 Banner 轮播 --> <!-- 顶部 Banner 轮播 -->
<view class="banner-box" style="overflow-y: hidden;"> <view class="banner-box" style="overflow-y: hidden;">
<image class="banner-img" src="/static/propertyImgs/serviceImg.png" /> <image class="banner-img" src="/static/propertyImgs/serviceImg2.png" />
</view> </view>
<!-- 常用功能区 --> <!-- 常用功能区 -->
@@ -44,7 +44,7 @@
</view> </view>
</view> </view>
</view> </view>
<view style="width: 100%;height: 20rpx;"></view>
</scroll-view> </scroll-view>
</view> </view>
@@ -216,12 +216,12 @@
border-radius: 20rpx; border-radius: 20rpx;
overflow: hidden; overflow: hidden;
margin-bottom: 40rpx; margin-bottom: 40rpx;
height: 122rpx; height: 300rpx;
} }
.banner-img { .banner-img {
width: 100%; width: 100%;
height: 122rpx; height: 300rpx;
} }
@@ -231,9 +231,9 @@
width: 100%; width: 100%;
background-color: #ffffff; background-color: #ffffff;
border-radius: 20rpx; border-radius: 20rpx;
padding: 20rpx; padding: 30rpx 30rpx 0rpx;
box-sizing: border-box; box-sizing: border-box;
margin-bottom: 40rpx; margin-bottom: 30rpx;
} }
.section-title { .section-title {
@@ -243,10 +243,10 @@
} }
.title-line { .title-line {
width:12rpx; width: 12rpx;
height: 48rpx; height: 48rpx;
background-color: #007aff; background-color: #007aff;
border-radius:6rpx; border-radius: 6rpx;
margin-right: 20rpx; margin-right: 20rpx;
} }
@@ -268,7 +268,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
margin-bottom: 40rpx; margin-bottom: 30rpx;
} }
.func-icon { .func-icon {

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB