From 3bb3cebbb08057d05b44432eca4687bb0dee8ea6 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 8 May 2026 18:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E4=B8=BB=E9=A2=98=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/job.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index 6d3a113..1775260 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -1141,7 +1141,7 @@ export default { // 绘制立即咨询 // 根据标签数量调整立即咨询背景位置 // _G.roundRect1(ctx, mycenter - 712 / 2, line7 + (that.jobDetail.jobSpecialLabelNames.length > 3 ? 0 : -70), 712, 100, 4, "#3b80fa"); // 立即咨询背景 - _G.roundRect1(ctx, mycenter - 712 / 2, line7, 712, 100, 4, "#3b80fa"); // 立即咨询背景 + _G.roundRect1(ctx, mycenter - 712 / 2, line7, 712, 100, 4, getApp().globalData.themeColor); // 立即咨询背景 // 根据标签数量调整立即咨询位置 // _G.fillTextLineBreak(ctx, "立即咨询", mycenter - 24 - ctx.measureText("立即咨询").width / 2, line7 + (that.jobDetail.jobSpecialLabelNames.length > 3 ? 70 : 0), 300, 120, "#fff", titleFontSize, "500"); // 立即咨询 _G.fillTextLineBreak(ctx, "立即咨询", mycenter - 24 - ctx.measureText("立即咨询").width / 2, line7 + 65, 300, 120, "#fff", titleFontSize, "500"); // 立即咨询