| | |
| | | </a-layout-header> |
| | | |
| | | <keep-alive> |
| | | <router-view @showMyVideo="showMyVideo"></router-view> |
| | | <router-view @showMyVideo="showMyVideo" @detailBackAction="detailBackAction"></router-view> |
| | | </keep-alive> |
| | | |
| | | <a-layout-footer> |
| | |
| | | // Dplayer Api地址 |
| | | // http://dplayer.js.org/ |
| | | import tagHeader from "../fixed/header.vue" |
| | | import tagFooter from "../fixed/footer.vue" |
| | | // import tagFooter from "../fixed/footer.vue" |
| | | const tagFooter = () => import("../fixed/footer.vue") |
| | | import AplayerBox from "../mini/Aplayer.vue" |
| | | import MyVideo from "../group/MyVideo.vue" |
| | | export default { |
| | |
| | | showMyVideo(param) { |
| | | this.miniVideoPlayData = param; |
| | | this.$refs.MyVideo.showModal(param); |
| | | }, |
| | | detailBackAction(param) { |
| | | this.miniVideoPlayData = param; |
| | | this.closeMyVideo() |
| | | }, |
| | | closeMyVideo() { |
| | | if (this.firstQuery) { |
| | |
| | | -webkit-animation-iteration-count: 1; |
| | | } |
| | | |
| | | |
| | | |
| | | .fadeInLeft { |
| | | -webkit-animation-name: "fadeInLeft"; |
| | | -webkit-animation-duration: 1s; |