From b208449129a6e94eb0ffe598f8757ac23b2a1eee Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Sat, 14 Jun 2025 14:27:53 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=94=AE=E5=90=8E?= =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageA/my/orderList.vue | 49 +++++++++++++++++++++++++-------------- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/packageA/my/orderList.vue b/packageA/my/orderList.vue index 702a558..8b8b90f 100644 --- a/packageA/my/orderList.vue +++ b/packageA/my/orderList.vue @@ -43,7 +43,7 @@ {{ item.title }} - + {{ item.user.nickname }} @@ -58,16 +58,23 @@ {{ "报名中" }} - {{ dateWeeks(item.sign_start_time) }} - |{{ + {{ dateWeeks(item.sign_start_time) }} + {{ dateWeeks(item.sign_start_time) }} + + {{ item.address_detail }} + - - + + + + + @@ -1053,19 +1060,19 @@ // white-space: nowrap; .bbb { background: #ffffff; - margin-top: 30rpx; + margin-top: 24rpx; border-radius: 36rpx; } .right { - margin-left: 24rpx; + margin-left: 30rpx; width: 100%; - padding: 20rpx 0; + // padding: 20rpx 0; .title { width: 95%; font-family: PingFang SC, PingFang SC; - font-weight: 500; + font-weight: bold; font-size: 30rpx; color: #323232; } @@ -1135,7 +1142,7 @@ font-weight: 400; font-size: 26rpx; color: #323232; - line-height: 30rpx; + // line-height: 30rpx; .time_tex { width: 116rpx; @@ -1145,16 +1152,18 @@ font-weight: 400; font-size: 24rpx; color: #323232; - line-height: 42rpx; - text-align: center; + display: flex; + justify-content: center; + align-items: center; + line-height: 30rpx; } } - .imgs_con { + .imgs_con_div { + margin-right: 12rpx; width: 202rpx; height: 202rpx; - margin-right: 20rpx; - object-fit: cover; + overflow: hidden; &:first-child { border-radius: 18rpx 0 0 18rpx; @@ -1163,6 +1172,12 @@ &:nth-child(3) { border-radius: 0 18rpx 18rpx 0; } + + .imgs_con { + width: 100%; + height: 100%; + object-fit: cover; + } } } From b24f8904f683c0310ea6e202ca5d547a714e7e49 Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Sat, 14 Jun 2025 15:51:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E8=AF=A6=E6=83=85=20=E4=BF=AE=E6=94=B9=E5=94=AE=E5=90=8E?= =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageA/afterSales/info.vue | 2 +- packageA/center/detailSys.vue | 6 ++-- packageA/my/orderList.vue | 10 +++--- packageA/my/stationDetail.vue | 30 ++++++++---------- pages/activity/stationStemys.vue | 54 ++++++++++++++++++-------------- 5 files changed, 53 insertions(+), 49 deletions(-) diff --git a/packageA/afterSales/info.vue b/packageA/afterSales/info.vue index db07498..cdea87e 100644 --- a/packageA/afterSales/info.vue +++ b/packageA/afterSales/info.vue @@ -106,7 +106,7 @@ 退款数量 - {{ info.num }} + {{ info.auth_num }} 退款金额 diff --git a/packageA/center/detailSys.vue b/packageA/center/detailSys.vue index dfef667..1c625f0 100644 --- a/packageA/center/detailSys.vue +++ b/packageA/center/detailSys.vue @@ -168,9 +168,9 @@ - - + + + 取消活动 diff --git a/packageA/my/orderList.vue b/packageA/my/orderList.vue index ca402f0..b777f0b 100644 --- a/packageA/my/orderList.vue +++ b/packageA/my/orderList.vue @@ -89,8 +89,8 @@ @@ -148,7 +148,7 @@ + style="justify-content: flex-end;padding: 30rpx 30rpx 30rpx 0rpx;"> 查看详情 @@ -1070,7 +1070,7 @@ // padding: 20rpx 0; .title { - width: 95%; + width: 85%; font-family: PingFang SC, PingFang SC; font-weight: bold; font-size: 30rpx; @@ -1182,7 +1182,7 @@ } .bottom { - margin: 20rpx 10rpx 30rpx 10rpx; + margin: 0rpx 10rpx 30rpx 10rpx; .number { font-family: Source Han Sans CN, Source Han Sans CN; diff --git a/packageA/my/stationDetail.vue b/packageA/my/stationDetail.vue index 3f127e8..c67695d 100644 --- a/packageA/my/stationDetail.vue +++ b/packageA/my/stationDetail.vue @@ -1,13 +1,13 @@