no message

cyl/job_im
jscyl13849007907 3 days ago
parent f060da50ba
commit e26059c1b7

@ -1133,13 +1133,14 @@ export default {
titleFontSize = 56; // titleFontSize = 56; //
let dis = 44, let dis = 44,
labelHeight = 44; labelHeight = 44;
let offsetY = 50; // 10
line1 = 0; // line1 = 0; //
line2 = 90 - dis; line2 = 90 - dis + offsetY;
line3 = 200 - dis; line3 = 200 - dis + offsetY;
line4 = 280 - dis; line4 = 280 - dis + offsetY;
line5 = 350 - dis - labelHeight; line5 = 350 - dis - labelHeight + offsetY;
line6 = 380 - dis - labelHeight - 10; line6 = 380 - dis - labelHeight - 10 + offsetY;
line7 = 460 - dis - labelHeight; line7 = 460 - dis - labelHeight + offsetY;
// //
// console.log("that.jobDetail", that.jobDetail); // console.log("that.jobDetail", that.jobDetail);
@ -1259,8 +1260,9 @@ export default {
let baseTop, logoLeft, logoSize, titleSize, ageTop, salaryClassifyValueLeft, salaryClassifyValueTop, monthlyPaySize, position, markTop, roundRectHeight, fubiaotiTop, bottomSloganTop, QRSize; let baseTop, logoLeft, logoSize, titleSize, ageTop, salaryClassifyValueLeft, salaryClassifyValueTop, monthlyPaySize, position, markTop, roundRectHeight, fubiaotiTop, bottomSloganTop, QRSize;
logoLeft = 56 * 2; logoLeft = 56 * 2;
let baseMiddle = 248 * 2; let baseMiddle = 248 * 2;
let offsetY = 10; // 10
// if (that.data.checkedList.length == 1) { // if (that.data.checkedList.length == 1) {
baseTop = 2 * 370; baseTop = 2 * 370 + offsetY;
logoSize = 2 * 96; logoSize = 2 * 96;
QRSize = 2 * 260; QRSize = 2 * 260;
titleSize = 2 * 30; titleSize = 2 * 30;

Loading…
Cancel
Save