inleft
2022-08-23 93768186ca58acd0fc0b6963d0e017979c087631
src/components/mini/Aplayer.vue
@@ -1,7 +1,8 @@
<template>
   <div class="fade">
      <a-col v-bind="colMain">
         <aplayer :audio="audio" :autoplay="autoplay" fixed style="z-index: 10;" :volume="0.1" :preload="preload" />
         <aplayer ref="myAplayer" :audio="audio" :autoplay="autoplay" fixed style="z-index: 10;" :volume="0.1"
            :preload="preload" />
      </a-col>
      <!-- <a-modal ref="musicModal" title="" :dialog-style="{ top: '10px' }" :mask="false"
@@ -15,7 +16,12 @@
   import APlayer from '@moefe/vue-aplayer';
   export default {
      created() {
         this.$nextTick(function() {
            this.$message.info("stop..")
            this.$refs.myAplayer.pause();
         })
      },
      data() {
         return {
            colMain: {