tremble 4 年之前
父節點
當前提交
fc5935a245
共有 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);
       }