lin
2026-05-11 075ca275bdbede7e8d7bf7bf79b91c6fc68e76a4
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";