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
baa10f2d
authored
Nov 19, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新
parent
f44eb557
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
src/views/activity/recruitment/components/sign/index.vue
src/views/activity/recruitment/components/sign/index.vue
View file @
baa10f2d
...
...
@@ -37,9 +37,9 @@ const columns = ref<ColumnItem[]>([])
// 进度条
const
stages
=
[
{
label
:
'試合作'
,
time
:
"15天"
},
{
label
:
'中期合作'
,
time
:
"180天或收穫200w螢火"
},
{
label
:
'長期合作'
,
time
:
"365天"
}
{
label
:
'試合作'
,
time
:
"15天"
,
msg
:
"第一階段"
},
{
label
:
'中期合作'
,
time
:
"180天或收穫200w螢火"
,
msg
:
"第二階段"
},
{
label
:
'長期合作'
,
time
:
"365天"
,
msg
:
"第三階段"
}
];
const
stageIndex
=
ref
(
0
)
...
...
@@ -319,7 +319,8 @@ const onSubmit = async () => {
<div
class=
"info-bottom"
></div>
</div>
<div
class=
"confirm"
>
<span
class=
"message"
>
我們希望能和您開啟第一階段「試合作」,讓我們與你一起經營直播間。
</span>
<span
class=
"message"
>
我們希望能和您開啟
{{
stages
[
stageIndex
].
msg
}}
「
{{
stages
[
stageIndex
].
label
}}
」,讓我們與你一起經營直播間。
</span>
<img
src=
"../../image/btn.png"
alt=
""
@
click=
"onSubmit"
>
<span
class=
"tips"
>
簽約將在24小時內完成審核
</span>
</div>
...
...
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