master
zsk 2 years ago
parent c8883e54ce
commit 29a8a885f3

@ -46,7 +46,7 @@ App({
loginKey:'',
agencyId:'',
sceneStoreJobId:'',
appId:'wx0e390bea912ae982'
appId:'wxb0dea4d11428c6a5'
},
// "permission": {
// "scope.userLocation": {

@ -838,8 +838,8 @@ button::after {
}
.jobTitle {
font-size: 22px;
/* font-weight: 601; */
font-size: 24px;
font-weight: bold;
color: rgba(0, 0, 0, 0.85);
line-height: 30px;
flex: 1;
@ -1103,7 +1103,7 @@ button::after {
font-size: 18px;
color: rgba(0, 0, 0, 0.85);
/* flex:1; */
width: 360rpx;
width: 480rpx;
font-weight: 601;
line-height: 1.2;
overflow: hidden;

@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4374774 */
src: url('//at.alicdn.com/t/c/font_4374774_8lhn98fphhv.woff2?t=1702866649762') format('woff2'),
url('//at.alicdn.com/t/c/font_4374774_8lhn98fphhv.woff?t=1702866649762') format('woff'),
url('//at.alicdn.com/t/c/font_4374774_8lhn98fphhv.ttf?t=1702866649762') format('truetype');
src: url('//at.alicdn.com/t/c/font_4374774_b0kukqdv6v8.woff2?t=1703562167991') format('woff2'),
url('//at.alicdn.com/t/c/font_4374774_b0kukqdv6v8.woff?t=1703562167991') format('woff'),
url('//at.alicdn.com/t/c/font_4374774_b0kukqdv6v8.ttf?t=1703562167991') format('truetype');
}
.iconfont {
@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-qingchu1:before {
content: "\e723";
}
.icon-tijiaochenggong2:before {
content: "\e71c";
}

File diff suppressed because it is too large Load Diff

@ -25,7 +25,7 @@
</view>
</view>
<!-- bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" refresher-enabled="{{true}}" -->
<scroll-view id="listBox" bindscrolltolower="onScrollToLower" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh - 64px)" enable-passive scroll-x="false" scroll-y="true" scroll-into-view="{{scrollTo}}" scroll-with-animation="false" enable-back-to-top="true">
<scroll-view id="listBox" bindscrolltolower="onScrollToLower" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" style="height:calc(100vh - 64px)" enable-passive scroll-x="false" scroll-y="true" scroll-into-view="{{scrollTo}}" scroll-with-animation="false" enable-back-to-top="true">
<view class hover-class="none" hover-stop-propagation="false">
<view class="sticky" id="sticky" hover-class="none" hover-stop-propagation="false"></view>
<!-- 标准列表 -->
@ -50,11 +50,11 @@
</view>
<view class="display-flex">
<view class="v-center">
<image class="dlLogo" src="//matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/yicaigongzuo.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload />
<text class="f12 c045 ml8">郑州一才工作</text>
<image class="dlLogo" src="{{item.logo}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload />
<text class="f12 c045 ml8">{{item.agencyName}}</text>
</view>
<view>
<text class="f12 c045 ml8">1分钟前</text>
<text class="f12 c045 ml8">{{item.updateTime}}</text>
</view>
</view>
</view>

@ -1,18 +1,3 @@
/* required by usingComponents */
/* @import "../../appcommon.wxss"; */
/* @import "../index/index.wxss"; */
/* @import "./filtercss.wxss"; */
/* @font-face{
  font-family:YaHeiConsolasHybrid;
  src:url('https://matripecandy.oss-cn-beijing.aliyuncs.com/1shoudanImg/DingTalk%20Sans.ttf');
  } */
/* @font-face {
font-family: "DingTalk";
src: url("https://matripecandy.oss-cn-beijing.aliyuncs.com/1shoudanImg/DingTalk%20Sans.ttf"); 服务器上ttf文件的路径记得配置域名权限
font-weight: normal;
font-style: normal;
font-display: swap;
} */
page {
/* position: fixed; */
background-color: #f5f5f5;
@ -373,7 +358,7 @@ height: 746rpx;
margin-bottom: 5px;
}
.storeName{
max-width: 360rpx;
max-width: 480rpx;
}
.logoClass {
width: 52px;

@ -44,7 +44,7 @@
"tabIndent": "insertSpaces",
"tabSize": 2
},
"appid": "wx0e390bea912ae982",
"appid": "wxb0dea4d11428c6a5",
"packOptions": {
"ignore": [],
"include": []

@ -3,6 +3,7 @@
* @param item
* @returns
*/
import dateUtil from "./dateUtil.js";
export function isEmptyCheck(value) {
if (value == null || value === "" || value == "null" || typeof value == "undefined") {
return true;
@ -1234,42 +1235,24 @@ export function disposeJobListData(recordList) {
item["age"] = ageStr;
// console.log(item.salaryClassify,'=============', item.salaryClassifyValue);
item["salaryClassifyValue"] = getSalaryClassifyValue(item.salaryClassify, item.salaryClassifyValue);
// //时薪
// var hourlyPayStr = '';
// var hasHourlyPay = false;
// if (isNotEmptyCheck(item.hourlyPay)) {
// hourlyPayStr = item.hourlyPay + '元/小时';
// hasHourlyPay = true;
// } else if (isNotEmptyCheck(item.dayPay)) {
// hourlyPayStr = item.dayPay + '元/日';
// hasHourlyPay = true;
// } else {
// if (isNotEmptyCheck(item.minMonthlyPay) && isNotEmptyCheck(item.maxMonthlyPay)) {
// if (item.minMonthlyPay == item.maxMonthlyPay) {
// hourlyPayStr = item.minMonthlyPay;
// } else {
// hourlyPayStr = item.minMonthlyPay + '-' + item.maxMonthlyPay;
// }
// } else if (isNotEmptyCheck(item.minMonthlyPay)) {
// hourlyPayStr = item.minMonthlyPay;
// } else if (isNotEmptyCheck(item.maxMonthlyPay)) {
// hourlyPayStr = item.maxMonthlyPay;
// }
// }
// item["hourlyPay"] = hourlyPayStr;
//代理名称
item['agencyName'] = item.agencyName.split(item.agencyCode).join('')
item.updateTime = dateUtil.timeShowXXX(item.updateTime)
//月薪
var monthlyPayStr = "";
// if (hasHourlyPay) {
if (isNotEmptyCheck(item.minMonthlyPay) && isNotEmptyCheck(item.maxMonthlyPay)) {
if (item.minMonthlyPay == item.maxMonthlyPay) {
monthlyPayStr = item.minMonthlyPay;
monthlyPayStr = item.minMonthlyPay/100;
} else {
monthlyPayStr = item.minMonthlyPay + "-" + item.maxMonthlyPay;
monthlyPayStr = item.minMonthlyPay/100 + "-" + item.maxMonthlyPay/100;
}
} else if (isNotEmptyCheck(item.minMonthlyPay)) {
monthlyPayStr = item.minMonthlyPay;
monthlyPayStr = item.minMonthlyPay/100;
} else if (isNotEmptyCheck(item.maxMonthlyPay)) {
monthlyPayStr = item.maxMonthlyPay;
monthlyPayStr = item.maxMonthlyPay/100;
}
// console.log(monthlyPayStr);
// }

Loading…
Cancel
Save