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