123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <template>
- <div class="SkyScrapperVideo">
- <div id="adfox_164317600207057527"></div>
- </div>
- </template>
- <script>
- export default {
- head() {
- return {
- script: [
- {
- src: "https://moevideo.biz/embed/js/mvpt.min.js",
- acync: true,
- body: true
- }
- ]
- }
- },
- mounted() {
- window.yaContextCb.push(() => {
- Ya.adfoxCode.create({
- ownerId: 279920,
- containerId: "adfox_164317600207057527",
- params: {
- pp: 'g',
- ps: 'dbpj',
- p2: 'hfcj',
- },
- });
- });
- },
- };
- </script>
- <style lang='less'>
- .SkyScrapperVideo {
- position: fixed;
- z-index: 22;
- bottom: 120px;
- right: 0;
- width: 380px;
- }
- </style>
|