소스 검색

修复关闭热点音乐不能自动播放的问题

shaogen1995 4 년 전
부모
커밋
672d04888f
2개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      web/src/assets/images/icon/play.png
  2. 0 1
      web/src/components/hotspot/index.vue

BIN
web/src/assets/images/icon/play.png


+ 0 - 1
web/src/components/hotspot/index.vue

@@ -34,7 +34,6 @@ export default {
   methods:{
     close(){
       this.$hideHotspot()
-      g_currentHot.closePopup()
       
       if(g_bgAudio && g_bgAudio.pauseByHot){
         window.manage.switchBgmState(true);