From 1e7636b22aa02964026413a8e1ad33ae8e731fad Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 6 May 2026 17:57:51 +0800 Subject: [PATCH] no message --- uni_modules/rh-ui/components/rh-loading/rh-loading.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/rh-ui/components/rh-loading/rh-loading.vue b/uni_modules/rh-ui/components/rh-loading/rh-loading.vue index c2701fd..f5a0622 100644 --- a/uni_modules/rh-ui/components/rh-loading/rh-loading.vue +++ b/uni_modules/rh-ui/components/rh-loading/rh-loading.vue @@ -52,7 +52,7 @@ export default { }, primaryColor:{ default:()=>{ - return "#1890ff"; + return getApp().globalData.themeColor || '#3578f6'; } } },