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 {