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
d6ad8abb
authored
Nov 17, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新
parent
81addb09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
24 deletions
index.html
src/views/activity/recruitment/components/sign/index.vue
index.html
View file @
d6ad8abb
...
@@ -13,13 +13,13 @@
...
@@ -13,13 +13,13 @@
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<title></title>
<title></title>
<script
src=
"http
s
://app.ixiulive.com/static/js/fsize.js"
></script>
<script
src=
"http://app.ixiulive.com/static/js/fsize.js"
></script>
</head>
</head>
<body>
<body>
<div
id=
"app"
></div>
<div
id=
"app"
></div>
<script
type=
"module"
src=
"/src/main.ts"
></script>
<script
type=
"module"
src=
"/src/main.ts"
></script>
<script
type=
"text/javascript"
src=
"http
s
://app.ixiulive.com/static/js/webAppComm.js"
></script>
<script
type=
"text/javascript"
src=
"http://app.ixiulive.com/static/js/webAppComm.js"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
</script>
</script>
</body>
</body>
...
...
src/views/activity/recruitment/components/sign/index.vue
View file @
d6ad8abb
...
@@ -222,25 +222,29 @@ const onSubmit = (values: any) => {
...
@@ -222,25 +222,29 @@ const onSubmit = (values: any) => {
<span>
填寫信息
</span>
<span>
填寫信息
</span>
</div>
</div>
<div
class=
"info-form"
>
<div
class=
"info-form"
>
<van-form
@
submit=
"onSubmit"
>
<van-config-provider
theme=
"dark"
>
<van-cell-group
inset
>
<van-form
@
submit=
"onSubmit"
>
<van-field
v-model=
"platform"
name=
"platform"
label=
"合作平臺:"
placeholder=
"選擇平臺"
is-link
<van-cell-group
inset
>
@
click=
"showPlatformPicker = true"
:rules=
"[
{ required: true, message: '请選擇平臺' }]" />
<van-field
v-model=
"platform"
name=
"platform"
label=
"合作平臺:"
placeholder=
"選擇平臺"
is-link
@
click=
"showPlatformPicker = true"
<van-field
v-model=
"userName"
name=
"id"
label=
"FIREFLY ID: "
placeholder=
"請輸入"
:rules=
"[
{ required: true, message: '请選擇平臺' }]" />
:rules=
"[
{ required: true, message: '请輸入' }]" />
<van-field
v-model=
"userName"
name=
"id"
label=
"FIREFLY ID: "
placeholder=
"請輸入"
<van-popup
v-model:show=
"showPlatformPicker"
destroy-on-close
position=
"bottom"
>
:rules=
"[
{ required: true, message: '请輸入FIREFLY ID' }]" />
<van-picker
:columns=
"columns"
:model-value=
"pickerValue"
@
confirm=
"onConfirm"
<span
class=
"platform-tips"
>
主播僅允許選定一個合作平台,多平台合作模式後續開放,敬請期待
</span>
@
cancel=
"showPlatformPicker = false"
/>
</van-popup>
<van-popup
v-model:show=
"showPlatformPicker"
destroy-on-close
position=
"bottom"
>
<van-picker
:columns=
"columns"
:model-value=
"pickerValue"
@
confirm=
"onConfirm"
<van-field
v-model=
"userName"
name=
"userName"
label=
"姓名:"
placeholder=
"請輸入"
@
cancel=
"showPlatformPicker = false"
/>
:rules=
"[
{ required: true, message: '请輸入' }]" />
</van-popup>
<van-field
v-model=
"idNum"
name=
"idNum"
label=
"身份證號碼:"
placeholder=
"請輸入"
:rules=
"[
{ required: true, message: '请輸入' }]" />
<van-field
v-model=
"userName"
name=
"userName"
label=
"姓名:"
placeholder=
"請輸入"
</van-cell-group>
:rules=
"[
{ required: true, message: '请輸入姓名' }]" />
</van-form>
<van-field
v-model=
"idNum"
name=
"idNum"
label=
"身份證號碼:"
placeholder=
"請輸入"
:rules=
"[
{ required: true, message: '请輸入身份證號碼' }]" />
</van-cell-group>
</van-form>
</van-config-provider>
</div>
</div>
<div
class=
"info-bottom"
></div>
<div
class=
"info-bottom"
></div>
</div>
</div>
...
@@ -266,7 +270,7 @@ const onSubmit = (values: any) => {
...
@@ -266,7 +270,7 @@ const onSubmit = (values: any) => {
background-size
:
100%
100%
;
background-size
:
100%
100%
;
.content
{
.content
{
padding
:
67
9px
49px
24px
49px
;
padding
:
85
9px
49px
24px
49px
;
.stage
{
.stage
{
width
:
652px
;
width
:
652px
;
...
@@ -744,13 +748,14 @@ const onSubmit = (values: any) => {
...
@@ -744,13 +748,14 @@ const onSubmit = (values: any) => {
text-shadow
:
0px
4px
7px
#2170D3
;
text-shadow
:
0px
4px
7px
#2170D3
;
font-style
:
italic
;
font-style
:
italic
;
padding-right
:
8px
;
padding-right
:
8px
;
padding-top
:
23px
;
}
}
&
::before
{
&
::before
{
content
:
''
;
content
:
''
;
position
:
absolute
;
position
:
absolute
;
left
:
185px
;
left
:
185px
;
top
:
23
px
;
top
:
32
px
;
width
:
64px
;
width
:
64px
;
height
:
41px
;
height
:
41px
;
background-image
:
url(../../image/leftArrow.png)
;
background-image
:
url(../../image/leftArrow.png)
;
...
@@ -762,7 +767,7 @@ const onSubmit = (values: any) => {
...
@@ -762,7 +767,7 @@ const onSubmit = (values: any) => {
content
:
''
;
content
:
''
;
position
:
absolute
;
position
:
absolute
;
right
:
193px
;
right
:
193px
;
top
:
23
px
;
top
:
32
px
;
width
:
64px
;
width
:
64px
;
height
:
41px
;
height
:
41px
;
background-image
:
url(../../image/rightArrow.png)
;
background-image
:
url(../../image/rightArrow.png)
;
...
@@ -775,6 +780,15 @@ const onSubmit = (values: any) => {
...
@@ -775,6 +780,15 @@ const onSubmit = (values: any) => {
background-image
:
url(../../image/dialogCenter.png)
;
background-image
:
url(../../image/dialogCenter.png)
;
background-size
:
100%
;
background-size
:
100%
;
min-height
:
220px
;
min-height
:
220px
;
.platform-tips
{
display
:
block
;
font-family
:
PingFang
SC
;
font-weight
:
400
;
font-size
:
18px
;
color
:
#FFF000
;
padding-top
:
5px
;
}
}
}
.info-bottom
{
.info-bottom
{
...
@@ -878,6 +892,11 @@ const onSubmit = (values: any) => {
...
@@ -878,6 +892,11 @@ const onSubmit = (values: any) => {
opacity
:
0.42
;
opacity
:
0.42
;
}
}
.van-field__error-message
{
font-size
:
18px
;
padding-top
:
2px
;
}
.van-cell__right-icon
{
.van-cell__right-icon
{
color
:
#00225B
;
color
:
#00225B
;
position
:
relative
;
position
:
relative
;
...
@@ -890,4 +909,26 @@ const onSubmit = (values: any) => {
...
@@ -890,4 +909,26 @@ const onSubmit = (values: any) => {
}
}
}
}
}
}
:deep
(
.van-picker
)
{
.van-picker__toolbar
{
height
:
80px
;
background-color
:
#131315
;
}
.van-picker__cancel
,
.van-picker__confirm
{
font-size
:
26px
;
padding-top
:
10px
;
font-weight
:
bold
;
}
.van-picker__confirm
{
color
:
#fff
;
}
.van-ellipsis
{
font-size
:
32px
;
}
}
</
style
>
</
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