# 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
+2 -1
View File
@@ -438,6 +438,7 @@ export default {
},
videoPlay() {
this.swiperAutoplay = false;
this.coverPlay()
},
videoEnd() {
this.swiperAutoplay = true;
@@ -1371,4 +1372,4 @@ export default {
color: #333;
margin-top: -28rpx;
}
</style>
</style>
+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'