|
|
@ -1,9 +1,11 @@ |
|
|
|
<template> |
|
|
|
<div class=""> |
|
|
|
<van-overlay :show="show" @touchstart="handelTouchstart" @touchmove="handelTouchmove" @touchend="handelTouchend"/> |
|
|
|
<img src="@/assets/images/share/tip.png" alt="" class="tip" v-if="show" @click="$emit('closeShare')"> |
|
|
|
<van-overlay :show="show" @touchstart="handelTouchstart" @touchmove="handelTouchmove" @touchend="handelTouchend"> |
|
|
|
<img src="@/assets/images/share/tip.png" alt="" class="tip" v-if="show" @click="$emit('closeShare')"> |
|
|
|
<img src="@/assets/images/share/ai.gif" alt="" class="ai" v-if="show"> |
|
|
|
<img src="@/assets/images/share/shadow.png" alt="" class="shadow"> |
|
|
|
</van-overlay> |
|
|
|
|
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|