diff --git a/src/components/FirstJob/detail.vue b/src/components/FirstJob/detail.vue index 05a09cb..c5b8389 100644 --- a/src/components/FirstJob/detail.vue +++ b/src/components/FirstJob/detail.vue @@ -1398,16 +1398,16 @@ export default { .jobpricemonth { // margin-top: 16px; font-size: 14px; - font-weight: 400; + font-weight: bold; text-align: left; color: #666; line-height: 26px; - margin-top: 6px; + // margin-top: 6px; } .jobpricehour { // margin-top: 16px; font-size: 14px; - font-weight: normal; + font-weight: bold; text-align: left; color: #ff4400; // line-height: 24px; diff --git a/src/utils/commonUtil.js b/src/utils/commonUtil.js index 205ddfe..321f149 100644 --- a/src/utils/commonUtil.js +++ b/src/utils/commonUtil.js @@ -1523,14 +1523,14 @@ export function getSalaryClassifyValue (salaryClassify, salaryClassifyValue) { } else if (salaryClassify == 3) { return `返${hourlyPay}元`; } else if (salaryClassify == 4) { - return "计件"; + return "计件"; } else if (salaryClassify == 5) { return `保底${hourlyPay}元`; } else if (salaryClassify == 6) { - return `面议`; + return `面议`; } else if (salaryClassify == 7) { // return '请配置薪资'; - return `月薪`; + return `月薪`; } else { return "-"; }