lin
2026-04-17 7ad48ddf4ca20d0f1f894cbfe4946b2a8d7041ab
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";