Merge branch 'dev' of https://gitee.com/fengyuze178/xdd-uniapp-new into dev
# Conflicts: # pkg_user/views/gift/receive.vue
This commit is contained in:
@@ -438,6 +438,7 @@ export default {
|
|||||||
},
|
},
|
||||||
videoPlay() {
|
videoPlay() {
|
||||||
this.swiperAutoplay = false;
|
this.swiperAutoplay = false;
|
||||||
|
this.coverPlay()
|
||||||
},
|
},
|
||||||
videoEnd() {
|
videoEnd() {
|
||||||
this.swiperAutoplay = true;
|
this.swiperAutoplay = true;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
class="good-story"
|
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="{
|
:style="{
|
||||||
right: (card.productStoryX*2 || 0) + 'rpx',
|
right: (card.productStoryX*2 || 0) + 'rpx',
|
||||||
top: (card.productStoryY*2 || 0) + 'rpx'
|
top: (card.productStoryY*2 || 0) + 'rpx'
|
||||||
|
|||||||
Reference in New Issue
Block a user