From be417737673ff108354d26b8b1249fe2ef762343 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期一, 30 三月 2026 15:51:03 +0800
Subject: [PATCH] 新增线上配置
---
ui/car_wx_app/components/sin-signature/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ui/car_wx_app/components/sin-signature/index.vue b/ui/car_wx_app/components/sin-signature/index.vue
index 8f6525a..2f3efcd 100644
--- a/ui/car_wx_app/components/sin-signature/index.vue
+++ b/ui/car_wx_app/components/sin-signature/index.vue
@@ -156,9 +156,9 @@
});
},
cancelSignature() {
- this.listeners.map((f) => {
- f(null);
- })
+ // 娓呯┖鎵�鏈夌洃鍚櫒骞堕�愪釜閫氱煡锛堜慨澶嶆硠婕� bug锛�
+ const fns = this.listeners.splice(0)
+ fns.forEach(f => f(null))
this.hideSignature();
},
hideSignature() {
--
Gitblit v1.8.0