diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index d4db5d0..1a5f7b1 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -22,8 +22,8 @@ diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 930f85b..eb1fd4e 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -3,8 +3,8 @@ @@ -320,7 +320,8 @@ export default { width: 340rpx; justify-content: center; z-index: 999; - margin-top: 100rpx; + /* margin-top: 100rpx; */ + zoom: 1.5; border-radius: 16rpx; display: flex; flex-direction: column; diff --git a/pkg_user/views/giftList.vue b/pkg_user/views/giftList.vue index ed66ee0..14b23d2 100644 --- a/pkg_user/views/giftList.vue +++ b/pkg_user/views/giftList.vue @@ -261,7 +261,7 @@ export default { withShareTicket: true }) return { - title: this.giftItem.message || '礼笺轻启,礼藏心意', + title: '礼笺轻启,礼藏心意', path: `/pkg_user/views/gift/receive?code=${this.giftItem.code}`, imageUrl: this.giftItem.templateInfo.image }