|
|
@@ -370,9 +370,8 @@
|
|
|
<view class="qyList-box">
|
|
|
<view class="qyList-box-item flex justify-center" v-for="(item, index) in datasList"
|
|
|
:key="index"
|
|
|
- @click="goNav('/pages/talentSearch/resumeDetail?resumesId=' + item.resumesId + '&postPushId=' + jobSxTypeList[currentJobSx].id)">
|
|
|
+ @click="goNav('/pages/talentSearch/resumeDetail?resumesId=' + item.resumesId + '&postPushId=' + (jobSxTypeList.length > 0 ? jobSxTypeList[currentJobSx].id : ''))">
|
|
|
<!-- /pages/index/game/orderDet -->
|
|
|
-
|
|
|
<view class="qyList-box-item-box">
|
|
|
<view class="qyList-box-item-info flex justify-between align-center">
|
|
|
<view class="qyList-box-item-info-l">
|
|
|
@@ -2666,6 +2665,7 @@ page {
|
|
|
.qyList {
|
|
|
width: 100%;
|
|
|
height: auto;
|
|
|
+
|
|
|
/* 技能标签区域 */
|
|
|
.resume-skills {
|
|
|
margin: 20rpx 0; // 与上下模块的间距
|