Преглед на файлове

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

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}}