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'; } } },