From d3e6dd6b3032c119676efa1e9fcee3a8a8043fc5 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期五, 07 三月 2025 13:40:44 +0800
Subject: [PATCH] ‘’

---
 src/uni_modules/uview-plus/components/u-avatar/u-avatar.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uni_modules/uview-plus/components/u-avatar/u-avatar.vue b/src/uni_modules/uview-plus/components/u-avatar/u-avatar.vue
index 71c0b22..1830e35 100644
--- a/src/uni_modules/uview-plus/components/u-avatar/u-avatar.vue
+++ b/src/uni_modules/uview-plus/components/u-avatar/u-avatar.vue
@@ -143,8 +143,8 @@
 			errorHandler() {
 				this.avatarUrl = this.defaultUrl || base64Avatar
 			},
-			clickHandler() {
-				this.$emit('click', this.name)
+			clickHandler(e) {
+				this.$emit('click', this.name, e)
 			}
 		}
 	}

--
Gitblit v1.9.1