|
|
|
@ -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 + (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 + (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"); // 立即咨询
|
|
|
|
_G.fillTextLineBreak(ctx, "立即咨询", mycenter - 24 - ctx.measureText("立即咨询").width / 2, line7 + 65, 300, 120, "#fff", titleFontSize, "500"); // 立即咨询
|
|
|
|
|