|
@@ -36,10 +36,16 @@
|
|
|
/>
|
|
|
</div>
|
|
|
|
|
|
- <Interaction class="interaction" ref="interaction$" :currentTimeIdx="currentTimeIdx" :list="timeList" />
|
|
|
+ <Interaction
|
|
|
+ :style="{
|
|
|
+ display: showHotspotPoint ? '' : 'none',
|
|
|
+ }"
|
|
|
+ class="interaction" ref="interaction$" :currentTimeIdx="currentTimeIdx" :list="timeList"
|
|
|
+ />
|
|
|
|
|
|
|
|
|
<Vmenu
|
|
|
+ v-show="showHotspotPoint"
|
|
|
class="bottom-menu"
|
|
|
:currentTimeIdx="currentTimeIdx"
|
|
|
@onClickMenuItem="onClickMenuItem"
|
|
@@ -371,8 +377,6 @@ onMounted(() => {
|
|
|
})
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|