tremble 3 лет назад
Родитель
Сommit
0f4857609b
2 измененных файлов с 2 добавлено и 0 удалено
  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;