app添加工作经历开发

This commit is contained in:
冯辉
2025-10-13 16:01:49 +08:00
parent 3d7cb0c561
commit 3d2c26650c
12 changed files with 840 additions and 74 deletions

View File

@@ -96,7 +96,8 @@
</view>
</view>
<view class="falls-card-company">
{{ config.appInfo.areaName }}
<!-- {{ config.appInfo.areaName }} -->
<!-- {{ job.jobLocation }} -->
<dict-Label dictType="area" :value="job.jobLocationAreaCode"></dict-Label>
</view>
<view class="falls-card-pepleNumber">
@@ -341,7 +342,9 @@ function choosePosition(index) {
}
function handelHostestSearch(val) {
console.log(val.value);
pageState.search.order = val.value;
pageState.search.jobType = val.value === 3 ? 1 : 0;
if (state.tabIndex === 'all') {
getJobRecommend('refresh');
} else {