|
|
|
|
@ -1405,7 +1405,7 @@ export default {
|
|
|
|
|
that.G.roundRect1(ctx, 0, 0, 750, 600, 0, "#fff");
|
|
|
|
|
return new Promise(function (imgres) {
|
|
|
|
|
// 岗位标题
|
|
|
|
|
that.G.fillTextLineBreak(ctx, that.jobDetail.jobName, baseLeft, line2, 800, 20, "#000", titleFontSize, "500", "left");
|
|
|
|
|
that.G.fillTextLineBreak(ctx, that.jobDetail.jobName.length > 11 ? that.jobDetail.jobName.slice(0, 11) + '...': that.jobDetail.jobName, baseLeft, line2, 800, 20, "#000", titleFontSize, "500", "left");
|
|
|
|
|
|
|
|
|
|
// 时薪
|
|
|
|
|
if (that.G.getSalaryClassifyValue(that.jobDetail.salaryClassify, that.jobDetail.salaryClassifyValue) == "0-0元/月") {
|
|
|
|
|
|