Commit 9ef08298 authored by 徐来柯's avatar 徐来柯

update

parent 224d0500
......@@ -123,10 +123,10 @@ export default {
let lastTime, nextTime
let lastCode, nextCode
window.document.onkeypress = e => {
if (this.loading) {
// 防止高频率扫码,只能扫一次
return
}
// if (this.loading) {
// // 防止高频率扫码,只能扫一次
// return
// }
if (window.event) {
// IE
nextCode = e.keyCode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment