| | |
| | | </a-layout-header> |
| | | |
| | | <keep-alive> |
| | | <router-view @showMyVideo="showMyVideo"></router-view> |
| | | <router-view @showMyVideo="showMyVideo" @detailBackAction="detailBackAction"></router-view> |
| | | </keep-alive> |
| | | |
| | | <a-layout-footer> |
| | | <AplayerBox /> |
| | | <tagFooter /> |
| | | <MyVideo ref="MyVideo" @closeMyVideo="closeMyVideo" /> |
| | | <MyVideo ref="MyVideo" @closeMyVideo="closeMyVideo"/> |
| | | |
| | | <a-button v-if="miniVideoPlayData!=null && showMiniBox" class="fadeInRight" |
| | | style="position: fixed;right: 0px;bottom: 130px;" @click="showMyVideo(miniVideoPlayData)"> |
| | |
| | | showMyVideo(param) { |
| | | this.miniVideoPlayData = param; |
| | | this.$refs.MyVideo.showModal(param); |
| | | }, |
| | | detailBackAction(param) { |
| | | this.miniVideoPlayData = param; |
| | | this.closeMyVideo() |
| | | }, |
| | | closeMyVideo() { |
| | | if (this.firstQuery) { |
| | |
| | | -webkit-animation-duration: 2s; |
| | | -webkit-animation-iteration-count: 1; |
| | | } |
| | | |
| | | |
| | | |
| | | .fadeInLeft { |
| | | -webkit-animation-name: "fadeInLeft"; |