Commit d079254d authored by 李驰骋's avatar 李驰骋

扫码失焦问题

parent 68ce2612
......@@ -109,7 +109,9 @@ import BottomBtn from "@/components/BottomBtn/index.vue";
blur(){
this.isFocus = false;
this.$nextTick(() => {
setTimeout(()=>{
this.isFocus = true;
},100);
});
},
warehouseList() {
......
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