浏览代码

Merge branch 'master' of http://192.168.0.115:3000/chenzhiguang/guangdong_museum

xzw 4 年之前
父节点
当前提交
ddd5984fd8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      web/src/components/hotspot/index.vue

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

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