From cff3dba8092e37c5f35ce3b3c99d58f7d7020ddf Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Thu, 7 May 2026 00:46:26 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5221=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=8A=BD=E5=A5=96=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=961?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg-video/views/county-lottery.vue | 2 -- pkg-video/views/county-winners.vue | 12 ++++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/pkg-video/views/county-lottery.vue b/pkg-video/views/county-lottery.vue index 691a70b..f60aff5 100644 --- a/pkg-video/views/county-lottery.vue +++ b/pkg-video/views/county-lottery.vue @@ -153,7 +153,6 @@ export default { }, latestWinnerList: [], activityId: 0, - linkType: 1, onlyOneToAddCart: false, statusBarHeight: 20, countdownData: { @@ -219,7 +218,6 @@ export default { } }, onLoad(options) { - this.linkType = Number(options.linkType) || 1 this.activityId = Number(options.activityId || options.areaId) || 0 this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight || 20 this.init() diff --git a/pkg-video/views/county-winners.vue b/pkg-video/views/county-winners.vue index 20328d2..5f68585 100644 --- a/pkg-video/views/county-winners.vue +++ b/pkg-video/views/county-winners.vue @@ -625,9 +625,9 @@ export default { .prize-card { background: #fffdf5; + height: 134rpx; border: 4rpx solid #1f1f1f; border-radius: 20rpx; - padding: 12rpx; display: flex; align-items: flex-start; margin-bottom: 18rpx; @@ -637,19 +637,19 @@ export default { .prize-img-wrap { width: 132rpx; height: 132rpx; - border-radius: 12rpx; - border: 2rpx dashed #b3b3b3; - padding: 4rpx; + border-radius: 20rpx; + border: 4rpx solid #1f1f1f; margin-right: 18rpx; background: #fff; display: flex; align-items: center; justify-content: center; - + margin-left: -4rpx; + margin-top: -4rpx; .prize-img { width: 100%; height: 100%; - border-radius: 8rpx; + border-radius: 20rpx; } }