From 2b7189011c152fe0730d9e3b3d269bc25db22175 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 9 Aug 2024 17:29:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/common/comMessage.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/mycomponents/common/comMessage.vue b/src/mycomponents/common/comMessage.vue index 02f90119..7770a1c6 100644 --- a/src/mycomponents/common/comMessage.vue +++ b/src/mycomponents/common/comMessage.vue @@ -13,8 +13,11 @@ - - + + {{content}} + + + @@ -63,7 +66,7 @@ seconds: 0, success: () => {} ,// 回调方法 version:"", - textColor:'#000', + textColor:'', count:0 } }, @@ -425,7 +428,7 @@ if (data.textColor) { this.textColor = data.textColor } else { - this.textColor = '#000' + this.textColor = '' } if (data.showConfirmButton === false || data.showConfirmButton === true) { this.showConfirmButton = data.showConfirmButton