Explorar el Código

update VideoAudit.vue

reghao hace 4 días
padre
commit
7fa7763904
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/admin/aaa/VideoAudit.vue

+ 2 - 2
src/views/admin/aaa/VideoAudit.vue

@@ -294,10 +294,10 @@ export default {
           if (player) player.currentTime -= 5
           if (player) player.currentTime -= 5
           break
           break
         case 'A': // Shift + A: 快捷通过
         case 'A': // Shift + A: 快捷通过
-          if (e.shiftKey) this.submitAudit(2)
+          if (e.shiftKey) this.submitAudit(3)
           break
           break
         case 'R': // Shift + R: 快捷拒绝
         case 'R': // Shift + R: 快捷拒绝
-          if (e.shiftKey) this.submitAudit(3)
+          if (e.shiftKey) this.submitAudit(4)
           break
           break
       }
       }
     }
     }