修改 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

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

View File

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

View File

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

View File

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