|
|
|
|
@ -1369,7 +1369,7 @@ export default {
|
|
|
|
|
// 时薪
|
|
|
|
|
if(that.G.getSalaryClassifyValue(that.jobDetail.salaryClassify, that.jobDetail.salaryClassifyValue) == "0-0元/月"){
|
|
|
|
|
// 月工资
|
|
|
|
|
that.G.fillTextLineBreak(ctx, that.jobDetail.priceStr, baseLeft, line3, 400, 40, "#ff4400", titleFontSize + 6, "600", "left");
|
|
|
|
|
that.G.fillTextLineBreak(ctx, that.jobDetail.priceStr, baseLeft, line3, 600, 40, "#ff4400", titleFontSize + 6, "600", "left");
|
|
|
|
|
}else{
|
|
|
|
|
// 月工资
|
|
|
|
|
that.G.fillTextLineBreak(ctx, that.jobDetail.monthPay, 750 - ctx.measureText(that.jobDetail.monthPay).width + 20, line3 + 6, 400, 20, "#ff4400", titleFontSize, "400");
|
|
|
|
|
|