Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp-enterprise-people-recruitment-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
mp-enterprise-people-recruitment-h5
Commits
7c47432d
Commit
7c47432d
authored
Nov 04, 2024
by
李明环(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推荐岗位问题修改
parent
84da4618
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
index.vue
src/components/jobSeekersCard/index.vue
+1
-1
index.vue
src/pages/recommend/index.vue
+1
-0
index.vue
src/pages/recommend/invitation/index.vue
+6
-4
No files found.
src/components/jobSeekersCard/index.vue
View file @
7c47432d
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<view
class=
"text-wrap"
>
<view
class=
"text-wrap"
>
<view
class=
"name"
>
<view
class=
"name"
>
{{
data
.
name
||
"名字"
}}
{{
data
.
name
||
"名字"
}}
<text>
{{
data
.
positionName
?
`岗位:${data.positionName
}
`
:
''
}}
<
/text
>
<text>
{{
data
.
positionName
?
`岗位:${data.positionName
}
`
:
""
}}
<
/text
>
<
/view
>
<
/view
>
<
view
class
=
"other"
>
<
view
class
=
"other"
>
{{
data
.
workAge
}}
年
|
{{
educationLevelText
}}
|
{{
data
.
minSalary
+
"~"
+
data
.
maxSalary
}}
{{
data
.
workAge
}}
年
|
{{
educationLevelText
}}
|
{{
data
.
minSalary
+
"~"
+
data
.
maxSalary
}}
...
...
src/pages/recommend/index.vue
View file @
7c47432d
...
@@ -214,6 +214,7 @@ const getResumeRecommendList = () => {
...
@@ -214,6 +214,7 @@ const getResumeRecommendList = () => {
if
(
activeTab
.
value
===
"求职推荐"
)
{
if
(
activeTab
.
value
===
"求职推荐"
)
{
return
getRecommendedResumeListApi
(
getResumeRecommendListParams
.
value
).
then
(
res
=>
{
return
getRecommendedResumeListApi
(
getResumeRecommendListParams
.
value
).
then
(
res
=>
{
xma
.
hideLoading
();
xma
.
hideLoading
();
res
.
data
=
res
.
data
.
filter
(
v
=>
!
v
.
applied
);
refresherEnabled
.
value
=
false
;
refresherEnabled
.
value
=
false
;
if
(
!
res
.
data
)
{
if
(
!
res
.
data
)
{
res
.
data
=
[];
res
.
data
=
[];
...
...
src/pages/recommend/invitation/index.vue
View file @
7c47432d
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<!--
<view
class=
"data"
>
{{
data
.
positionName
}}
,
{{
data
.
salary
}}
</view>
-->
<!--
<view
class=
"data"
>
{{
data
.
positionName
}}
,
{{
data
.
salary
}}
</view>
-->
<!-- 需要选择岗位 -->
<!-- 需要选择岗位 -->
<template
v-if=
"jobIdTemp"
>
<template
v-if=
"jobIdTemp"
>
<view
class=
"data"
>
{{
data
.
positionName
}}
,
{{
data
.
negotiableSalary
?
'面议'
:
data
.
salary
}}
</view>
<view
class=
"data"
>
{{
data
.
positionName
}}
,
{{
data
.
negotiableSalary
?
"面议"
:
data
.
salary
}}
</view>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<wd-picker
<wd-picker
...
@@ -176,9 +176,11 @@ const submit = () => {
...
@@ -176,9 +176,11 @@ const submit = () => {
title
:
"邀请成功"
,
title
:
"邀请成功"
,
icon
:
"none"
icon
:
"none"
});
});
uni
.
switchTab
({
setTimeout
(()
=>
{
url
:
"/pages/recommend/index"
uni
.
switchTab
({
});
url
:
"/pages/recommend/index"
});
},
1000
);
}
}
});
});
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment