|
@@ -32,7 +32,6 @@ const handleCreatePoster=async ()=>{
|
|
|
|
|
|
|
|
|
<template>
|
|
|
-<Teleport to="body">
|
|
|
<div class="share-poster-wrap" @touchmove.prevent>
|
|
|
<img @click="handleCreatePoster" class="chart-icon" src="@/assets/hzyb/share-poster-chart-icon.png" alt="" v-if="props.shareData.type=='chart_detail'">
|
|
|
<img v-else @click="handleCreatePoster" :style="props.style" class="share-icon" src="@/assets/hzyb/share-poster-icon.png"/>
|
|
@@ -44,7 +43,6 @@ const handleCreatePoster=async ()=>{
|
|
|
</div>
|
|
|
<img v-if="showPoster" class="poster-img" :src="posterImg" show-menu-by-longpress />
|
|
|
</div>
|
|
|
-</Teleport>
|
|
|
</template>
|
|
|
|
|
|
<style lang="scss" scoped>
|