Просмотр исходного кода

Merge branch 'zhongqi-quickOrder' of git.huaml.com:zhh/front-end into zhongqi-quickOrder

shizhongqi 7 месяцев назад
Родитель
Сommit
56b76ff18e
1 измененных файлов с 3 добавлено и 0 удалено
  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 事件
     }
   }
 }