Przeglądaj źródła

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

t_finder 1 miesiąc temu
rodzic
commit
340b80a2d6
1 zmienionych plików z 1 dodań i 1 usunięć
  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}}