From 3de66779ab57e5d14813fe95c052b21e2a7b03f6 Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Tue, 27 Feb 2024 00:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news/park/recordHistory.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pages/news/park/recordHistory.vue b/pages/news/park/recordHistory.vue index 29a08db..e50a417 100644 --- a/pages/news/park/recordHistory.vue +++ b/pages/news/park/recordHistory.vue @@ -6,7 +6,7 @@ {{item.goods_name}} 倒计时 - + 预约价:¥{{item.goods_price_min}} @@ -66,6 +66,8 @@ title:'取消成功', icon:'none' }) + app.page=1; + app.presaList = [] app.getPresaleList() } }) @@ -107,7 +109,7 @@ box-sizing: border-box; background-color: #fff; margin-top: 20rpx; - + position: relative; .hd { display: flex; align-items: flex-start; @@ -143,7 +145,7 @@ text { color: #949494; - margin-right: 20rpx; + // margin-right: 20rpx; } font-size: 28rpx; @@ -167,11 +169,14 @@ } .status { - flex: 1; - text-align: right; + // flex: 1; + // text-align: right; font-size: 32rpx; font-weight: 400; color: #529C30; + position: absolute; + right: 24rpx; + top:14rpx; } }