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
5e328287
authored
Nov 19, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新
parent
f4672b84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 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 @
5e328287
...
...
@@ -13,6 +13,8 @@ const props = withDefaults(defineProps<Props>(), {
platformList
:
[]
});
const
emits
=
defineEmits
([
'refreshView'
])
/* 主播信息表單 */
const
formData
=
ref
({
platform
:
''
,
...
...
@@ -81,6 +83,7 @@ const onSubmit = async () => {
if
(
code
==
1
)
{
showToast
(
'簽約成功'
)
emits
(
'refreshView'
)
}
else
{
showToast
(
msg
)
}
...
...
@@ -333,9 +336,11 @@ const onSubmit = async () => {
background-image
:
url(../../image/bg.jpg)
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
width
:
750px
;
height
:
4200px
;
.content
{
padding
:
85
9px
35px
24px
35px
;
padding
:
67
9px
35px
24px
35px
;
.stage
{
height
:
100%
;
...
...
@@ -620,21 +625,21 @@ const onSubmit = async () => {
span
{
display
:
block
;
padding-top
:
15px
;
font-family
:
'FZZ'
;
font-weight
:
bold
;
font-size
:
34px
;
color
:
#48FEC1
;
text-shadow
:
0px
4px
7px
#2170D3
;
padding-right
:
8px
;
padding-top
:
23px
;
padding-top
:
30px
;
transform
:
skewX
(
-10deg
);
}
&
::before
{
content
:
''
;
position
:
absolute
;
left
:
185px
;
top
:
3
2
px
;
top
:
3
8
px
;
width
:
64px
;
height
:
41px
;
background-image
:
url(../../image/leftArrow.png)
;
...
...
@@ -646,7 +651,7 @@ const onSubmit = async () => {
content
:
''
;
position
:
absolute
;
right
:
193px
;
top
:
3
2
px
;
top
:
3
8
px
;
width
:
64px
;
height
:
41px
;
background-image
:
url(../../image/rightArrow.png)
;
...
...
src/views/activity/recruitment/index.vue
View file @
5e328287
...
...
@@ -31,15 +31,18 @@ const getAnchorSignView = async () => {
}
else
{
isShowReview
.
value
=
false
}
};
const
refresh
=
()
=>
{
getAnchorSignView
()
}
onMounted
(()
=>
{
getAnchorSignView
()
})
</
script
>
<
template
>
<sign
v-if=
"isShowReview === false"
:signLevel=
"signLevel"
:platformList=
"platformList"
/>
<sign
v-if=
"isShowReview === false"
:signLevel=
"signLevel"
:platformList=
"platformList"
@
refreshView=
"refresh"
/>
<review
v-else-if=
"isShowReview === true"
:resultLevel=
"resultLevel"
/>
</
template
>
<
style
scoped
lang=
"scss"
></
style
>
\ No newline at end of file
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