| | |
| | | <template> |
| | | <div class="fade"> |
| | | <aplayer :audio="audio" fixed style="z-index: 10;" :volume="0.1" :preload="preload" /> |
| | | <!-- <a-col v-bind="colMain"> |
| | | </a-col> --> |
| | | <aplayer :audio="audio" :autoplay="autoplay" fixed style="z-index: 10;" :volume="0.1" :preload="preload" /> |
| | | |
| | | <!-- <a-modal ref="musicModal" title="" :dialog-style="{ top: '10px' }" :mask="false" |
| | | :maskClosable="false" :visible="modal1Visible" @ok="() => setModal1Visible(false)" @cancel="() => setModal1Visible(false)"> |
| | |
| | | |
| | | data() { |
| | | return { |
| | | colMain: { |
| | | xs: 0, |
| | | sm: 0, |
| | | md: 1, |
| | | lg: 1, |
| | | xl: 1, |
| | | xxl: 1 |
| | | }, |
| | | autoplay:false, |
| | | modal1Visible: true, |
| | | secondsToGo: 5, |
| | | preload: "none", |