Ver código fonte

update VideoAudit.vue

reghao 4 dias atrás
pai
commit
7fa7763904
1 arquivos alterados com 2 adições e 2 exclusões
  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
           break
         case 'A': // Shift + A: 快捷通过
-          if (e.shiftKey) this.submitAudit(2)
+          if (e.shiftKey) this.submitAudit(3)
           break
         case 'R': // Shift + R: 快捷拒绝
-          if (e.shiftKey) this.submitAudit(3)
+          if (e.shiftKey) this.submitAudit(4)
           break
       }
     }