tremble hace 3 años
padre
commit
0f4857609b
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      src/framework/show/index.vue
  2. 1 0
      src/framework/showMobile/index.vue

+ 1 - 0
src/framework/show/index.vue

@@ -283,6 +283,7 @@ export default {
         if (newVal) {
           if (newVal.hotspotType == "link") {
             window.open(newVal.hyperlink, "_blank");
+            this.currentHotspot=''
             return;
           }
           if (newVal.hotspotType == "scene") {

+ 1 - 0
src/framework/showMobile/index.vue

@@ -385,6 +385,7 @@ export default {
     activeItem: {
       handler(newVal) {
         this.$nextTick(() => {
+          this.currentHotspot=''
           if (newVal.type == "4dkk") {
             this.embeM = null;
             this.otherLink = null;