Просмотр исходного кода

更新重複點擊熱點不顯示問題

tremble 3 лет назад
Родитель
Сommit
3111b2a8eb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/framework/showMobile/index.vue

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

@@ -40,7 +40,7 @@
 
       <preview :item="currentHotspot" :show="showPreview" @close="showPreview = false,currentHotspot=''" />
 
-      <popup :title="currentHotspot.hotspotTitle" :show="showTextarea" @close="showTextarea = false">
+      <popup :title="currentHotspot.hotspotTitle" :show="showTextarea" @close="showTextarea = false,currentHotspot=''">
         <div slot="content" class="introcon">
           <span>{{ currentHotspot.textarea }}</span>
         </div>