Explorar o código

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

t_finder hai 1 mes
pai
achega
340b80a2d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}}