From 516a8edb5ef32a82757268ea5271a9d180e4ddcf Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Jan 2025 11:52:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor(537):=20=E4=BC=98=E5=8C=96=E4=BD=93?= =?UTF-8?q?=E9=87=8D=E8=BE=93=E5=85=A5=E6=A1=86=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将体重输入框的类型从默认改为 number,确保只能输入数字 -移除 v-model.number 修饰符,因 type="number" 已 --- project/xumu/AppWeightManage/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xumu/AppWeightManage/add.vue b/project/xumu/AppWeightManage/add.vue index 536b5250..4bc55624 100644 --- a/project/xumu/AppWeightManage/add.vue +++ b/project/xumu/AppWeightManage/add.vue @@ -127,7 +127,7 @@ export default { - +