From 3c1578e51f60f94584c6a649fd74a734a7bf4d0f Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Sat, 22 Nov 2025 17:57:32 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E7=A4=BC=E5=93=81=E5=B0=81?= =?UTF-8?q?=E9=9D=A2=E5=B0=BA=E5=AF=B8=E5=A4=A7=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/gift/components/CoverPicker.vue | 42 +++++++++++++------ 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index 1a5f7b1..2537468 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -14,13 +14,13 @@ :circular="true" :indicator-dots="false" @change="onChange" - previous-margin="200rpx" + previous-margin="180rpx" next-margin="180rpx" class="cover-swiper" > - + - + - {{ message }} + - {{ item.name }} + @@ -84,6 +84,7 @@ export default { }, onChange(e) { this.currentIndex = e.detail.current + this.$forceUpdate() }, confirm() { this.$emit('confirm', this.list[this.currentIndex]) @@ -94,6 +95,18 @@ export default {