浏览代码

剪贴板按钮事件添加阻止冒泡

t_finder 1 月之前
父节点
当前提交
340b80a2d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      static/rtcEngine/WXtrialInterface.html

+ 1 - 1
static/rtcEngine/WXtrialInterface.html

@@ -114,7 +114,7 @@
                     <div class="exit">
                         <template v-for="(item, index) in exitList">
                             <div :key="item.key" :class="['tc', {'mb-15': index !== exitList.length - 1}, item.key]"
-                                @click="exitFun(item.key)">
+                                @click.prevent="exitFun(item.key)">
                                 <img :src="item.img" alt="">
                                 <div class="drawer-item">
                                     {{item.name}}