uni_modules/uv-button/components/uv-button/uv-button.vue
@@ -229,7 +229,7 @@ loadingColor() { if (this.plain) { // 如果有设置color值,则用color值,否则使用type主题颜色 return this.color ? this.color : '#EE2626'; return this.color ? this.color : '#3c9cff'; } if (this.type === "info") { return "#c9c9c9";