From 15301b99827839513d5202e8db8962cc2c329b82 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Mon, 11 May 2026 11:17:31 +0800 Subject: [PATCH] no message --- root/detail/job.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index f87bf90..b9b86ac 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -429,8 +429,7 @@ export default { // console.log("getWXCanvas", res); wx.hideLoading(); resolve({ - // title: "你想找的厂都有,立即查看", - title: "", + title: uni.getStorageSync("apply-token") && uni.getStorageSync("apply-username") ? (uni.getStorageSync("apply-username") +'帮你挑选了一个靠谱好工作,快来看看是不是适合你~') : '', imageUrl: res.tempFilePath, path, }); @@ -1152,7 +1151,7 @@ export default { _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"); // 立即咨询 + _G.fillTextLineBreak(ctx, "立即查看", mycenter - 24 - ctx.measureText("立即查看").width / 2, line7 + 65, 300, 120, "#fff", titleFontSize, "500"); // 立即查看 // 绘制职位logo // console.log("that.jobDetail.logo", that.jobDetail.logo); // uni.downloadFile({