Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
kaisa
/
SopWeb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5d227bec
authored
Nov 19, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新
parent
669bdfa8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
src/views/activity/recruitment/components/sign/index.vue
src/views/activity/recruitment/index.vue
src/views/activity/recruitment/components/sign/index.vue
View file @
5d227bec
...
...
@@ -2,6 +2,7 @@
import
{
anchorSign
}
from
"@/api/activity/recruitmentApi"
;
import
{
showToast
}
from
'vant'
;
interface
Props
{
signLevel
:
number
;
...
...
@@ -78,6 +79,12 @@ const onSubmit = async () => {
signuid
:
formData
.
value
.
uid
});
if
(
code
==
1
)
{
showToast
(
'簽約成功'
)
}
else
{
showToast
(
msg
)
}
}
catch
(
error
)
{
}
};
...
...
@@ -331,7 +338,6 @@ const onSubmit = async () => {
padding
:
859px
49px
24px
49px
;
.stage
{
width
:
652px
;
height
:
100%
;
.stage-title
{
...
...
@@ -369,7 +375,7 @@ const onSubmit = async () => {
.text-content
{
background-image
:
url(../../image/dialogCenter.png)
;
background-size
:
100%
;
min-height
:
2
0
0px
;
min-height
:
2
2
0px
;
.content-overflow
{
background-image
:
url(../../image/contentBg.png)
;
...
...
@@ -507,7 +513,6 @@ const onSubmit = async () => {
}
.sign
{
width
:
652px
;
height
:
100%
;
padding-top
:
30px
;
...
...
src/views/activity/recruitment/index.vue
View file @
5d227bec
...
...
@@ -25,9 +25,6 @@ const getAnchorSignView = async () => {
// 签约平台
platformList
.
value
=
data
.
list
;
console
.
log
(
platformList
.
value
,
'??'
);
// 签约状态 0 需要签约页面 1 签约结果页面
if
(
data
.
signInfo
==
1
)
{
isShowReview
.
value
=
true
...
...
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