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