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
b3f852e0
Commit
b3f852e0
authored
Nov 04, 2024
by
李明环(东信)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电话联系问题
parent
c7783d68
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
index.vue
src/pages/user/resume/index.vue
+11
-5
No files found.
src/pages/user/resume/index.vue
View file @
b3f852e0
...
@@ -131,10 +131,10 @@
...
@@ -131,10 +131,10 @@
<div
class=
"f-btn-box"
>
<div
class=
"f-btn-box"
>
<button
class=
"b3"
:class=
"`style$
{status}`">
{{
btnText
}}
</button>
<button
class=
"b3"
:class=
"`style$
{status}`">
{{
btnText
}}
</button>
<div
class=
"b4"
>
<div
class=
"b4"
>
<
a
:href=
"`tel:$
{userPhone}`
">
<
div
@
click=
"callPhone
"
>
<img
src=
"@/static/image/icon/telephone.png"
alt=
""
/>
<img
src=
"@/static/image/icon/telephone.png"
alt=
""
/>
<p>
立即联系
</p>
<p>
立即联系
</p>
</
a
>
</
div
>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -150,10 +150,10 @@
...
@@ -150,10 +150,10 @@
<div
class=
"f-btn-box"
>
<div
class=
"f-btn-box"
>
<button
class=
"b3"
:class=
"`style$
{applicationData.status}`">
{{
applicationText
}}
</button>
<button
class=
"b3"
:class=
"`style$
{applicationData.status}`">
{{
applicationText
}}
</button>
<div
class=
"b4"
>
<div
class=
"b4"
>
<
a
:href=
"`tel:$
{applicationData.userPhone}`">
<
div
@
click=
"callPhone"
:href=
"`tel:$
{applicationData.userPhone}`">
<img
src=
"@/static/image/icon/telephone.png"
alt=
""
/>
<img
src=
"@/static/image/icon/telephone.png"
alt=
""
/>
<p>
立即联系
</p>
<p>
立即联系
</p>
</
a
>
</
div
>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -425,6 +425,12 @@ const invitation = () => {
...
@@ -425,6 +425,12 @@ const invitation = () => {
url
:
`/pages/recommend/invitation/index?id=
${
id
}
&jobId=
${
jobIdTemp
.
value
}
&userId=
${
userIdTemp
}
`
url
:
`/pages/recommend/invitation/index?id=
${
id
}
&jobId=
${
jobIdTemp
.
value
}
&userId=
${
userIdTemp
}
`
});
});
};
};
/* 拨打电话 */
const
callPhone
=
()
=>
{
uni
.
makePhoneCall
({
phoneNumber
:
applicationData
.
value
.
userPhone
});
};
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
...
@@ -610,7 +616,7 @@ const invitation = () => {
...
@@ -610,7 +616,7 @@ const invitation = () => {
}
}
.b4
{
.b4
{
text-align
:
center
;
text-align
:
center
;
a
{
div
{
font-size
:
12px
;
font-size
:
12px
;
color
:
#1f86ff
;
color
:
#1f86ff
;
text-decoration
:
none
;
text-decoration
:
none
;
...
...
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