Browse Source

处理报错

shish 6 months ago
parent
commit
604b317020
1 changed files with 3 additions and 0 deletions
  1. 3 0
      hdPad/src/components/delivery-input/weight-input.vue

+ 3 - 0
hdPad/src/components/delivery-input/weight-input.vue

@@ -76,6 +76,9 @@ export default {
       val = Math.floor(val);
       this.localWeight = val;
       this.$emit('input', val);
+    },
+    handleFocus() {
+      // 处理 focus 事件
     }
   }
 }