From 6bd3d3fba05b7e7563210868c34c0cb41b20254e Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 6 May 2026 15:10:58 +0800 Subject: [PATCH] no message --- App.vue | 11 +++++++---- components/list/applyPage.vue | 3 ++- static/css/base.scss | 4 ++-- uni_modules/rh-ui/components/rh-apply/rh-apply.vue | 3 ++- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/App.vue b/App.vue index b4aa06c..65f2b77 100644 --- a/App.vue +++ b/App.vue @@ -15,10 +15,13 @@ export default { messageTab: 0, messageId: "", title: "", - // themeColor: "#3578f6", - // themeBackgroundColor: "#3578f621", - themeColor: "#00B666", - themeBackgroundColor: "#00B66621", + + themeColor: "#3578f6", + themeBackgroundColor: "#3578f621", + + // themeColor: "#00B666", + // themeBackgroundColor: "#00B66621", + logo: "", // #ifdef MP-WEIXIN "g-open-env": "MP-MINI", diff --git a/components/list/applyPage.vue b/components/list/applyPage.vue index 8bb5739..7f966fa 100644 --- a/components/list/applyPage.vue +++ b/components/list/applyPage.vue @@ -31,7 +31,7 @@ - + @@ -80,6 +80,7 @@ export default { data() { return { + activeColor:getApp().globalData.themeColor, isHaveOrder: -1, loading: true, speed: -1, diff --git a/static/css/base.scss b/static/css/base.scss index 6682cc4..e98bd33 100644 --- a/static/css/base.scss +++ b/static/css/base.scss @@ -3,8 +3,8 @@ $test: env("VITE_APP_THEMECOLOR"); // $main: #ff4400; // $filter_bg_color: #ff440011; // 其他的 -$main: #00B666; -$filter_bg_color: #00B66621; +$main: #3578f6; +$filter_bg_color: #3578f621; $main_bg_color: $main; $page_bg_color: #ededed; $main_color: $main; diff --git a/uni_modules/rh-ui/components/rh-apply/rh-apply.vue b/uni_modules/rh-ui/components/rh-apply/rh-apply.vue index 2facaa5..638c038 100644 --- a/uni_modules/rh-ui/components/rh-apply/rh-apply.vue +++ b/uni_modules/rh-ui/components/rh-apply/rh-apply.vue @@ -73,7 +73,7 @@ - + 我已阅读并同意 《用户协议》 @@ -212,6 +212,7 @@ export default { }, data() { return { + activeColor:getApp().globalData.themeColor, detailRes: {}, IS_CREATOR: false, jobType: 2,