# Conflicts:
#	pkg_user/views/gift/receive.vue
This commit is contained in:
LinCyJang
2026-01-17 19:07:09 +08:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
</view>
<view
class="good-story"
v-if="card.isBlind !== 1 && card.giftProducts[0].productStory && card.isShowProductStory"
v-if="card.isBlind !== 1 && card.giftProducts && card.giftProducts[0].productStory && card.isShowProductStory"
:style="{
right: (card.productStoryX*2 || 0) + 'rpx',
top: (card.productStoryY*2 || 0) + 'rpx'