<template>
<div class="weTel">
<div class="cents">
<div @mouseenter="getTelop('top1')" :class="top_type===0?'top hand isp': 'topAvtive isp hand'">
<img v-if="top_type" :src="require('@/assets/images/lian1.png')" alt="">
<img v-else :src="require('@/assets/images/lian3.png')" alt="">
</div>
<div @mouseenter="getTelop('top2')" :class="top_type1===0?'top hand isp': 'topAvtive isp hand'">
<img v-if="top_type1" :src="require('@/assets/images/lian2.png')" alt="">
<img v-else :src="require('@/assets/images/lian4.png')" alt="">
</div>
</
el-popover 切换不同的图片和内容
最新推荐文章于 2023-08-03 14:31:12 发布