From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 22 四月 2026 14:27:54 +0800
Subject: [PATCH] 青岛推送
---
node_modules/uview-plus/components/u-input/u-input.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/node_modules/uview-plus/components/u-input/u-input.vue b/node_modules/uview-plus/components/u-input/u-input.vue
index efd5c54..0b1b6ec 100644
--- a/node_modules/uview-plus/components/u-input/u-input.vue
+++ b/node_modules/uview-plus/components/u-input/u-input.vue
@@ -322,14 +322,17 @@
if (!isOut || this.clearInput) {
// 鏍囪瘑value鍊肩殑鍙樺寲鏄敱鍐呴儴寮曡捣鐨�
this.changeFromInner = true;
- this.$emit("change", value);
-
+
// #ifdef VUE3
this.$emit("update:modelValue", value);
// #endif
// #ifdef VUE2
this.$emit("input", value);
// #endif
+
+ //change鏂规硶闇�瑕佹斁鍦ㄤ笅闈紝鍚﹀垯浼氬紩璧穋hange鍏堣Е鍙戯紝model鍚庡彉鍖栫殑寮傚父
+ this.$emit("change", value);
+
}
// 灏濊瘯璋冪敤u-form鐨勯獙璇佹柟娉�
--
Gitblit v1.9.3