master
zsk 2 years ago
parent c8883e54ce
commit 29a8a885f3

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

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

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

File diff suppressed because it is too large Load Diff

@ -25,7 +25,7 @@
</view> </view>
</view> </view>
<!-- bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" refresher-enabled="{{true}}" --> <!-- 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 hover-class="none" hover-stop-propagation="false">
<view class="sticky" id="sticky" hover-class="none" hover-stop-propagation="false"></view> <view class="sticky" id="sticky" hover-class="none" hover-stop-propagation="false"></view>
<!-- 标准列表 --> <!-- 标准列表 -->
@ -50,11 +50,11 @@
</view> </view>
<view class="display-flex"> <view class="display-flex">
<view class="v-center"> <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 /> <image class="dlLogo" src="{{item.logo}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload />
<text class="f12 c045 ml8">郑州一才工作</text> <text class="f12 c045 ml8">{{item.agencyName}}</text>
</view> </view>
<view> <view>
<text class="f12 c045 ml8">1分钟前</text> <text class="f12 c045 ml8">{{item.updateTime}}</text>
</view> </view>
</view> </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 { page {
/* position: fixed; */ /* position: fixed; */
background-color: #f5f5f5; background-color: #f5f5f5;
@ -373,7 +358,7 @@ height: 746rpx;
margin-bottom: 5px; margin-bottom: 5px;
} }
.storeName{ .storeName{
max-width: 360rpx; max-width: 480rpx;
} }
.logoClass { .logoClass {
width: 52px; width: 52px;

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

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

Loading…
Cancel
Save