Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2bcae8ef
authored
2024-04-22 14:43:25 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
6222b1c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
src/viewsPc/match/components/affix-invitation.vue
src/viewsPc/notice/index.vue
src/viewsPc/match/components/affix-invitation.vue
View file @
2bcae8e
...
...
@@ -135,6 +135,14 @@ function getCountryList() {
const
submit
=
()
=>
{
proxy
.
$refs
.
iformRef
.
validate
(
valid
=>
{
if
(
form
.
value
.
email
.
indexOf
(
'@'
)
==
-
1
)
{
if
(
language
.
value
==
0
)
{
ElMessage
.
warning
(
'请填写正确的邮箱'
)
}
else
{
ElMessage
.
warning
(
'Please fill in the correct email'
)
}
return
}
if
(
valid
)
{
ElMessageBox
.
confirm
(
language
.
value
==
0
?
'请确认信息正确并提交吗?'
:
'Please confirm that the information is correct and submit it'
,
...
...
@@ -148,7 +156,7 @@ const submit = () => {
form
.
value
.
passportCopy
=
form
.
value
.
passportCopy
[
0
].
url
}
addInvitation
(
form
.
value
).
then
((
res
)
=>
{
ElMessage
.
success
(
'提交成功
'
)
ElMessage
.
success
(
language
.
value
==
0
?
'提交成功'
:
'Successfully!
'
)
showR
.
value
=
true
})
})
...
...
src/viewsPc/notice/index.vue
View file @
2bcae8e
...
...
@@ -18,7 +18,9 @@
<p>
{{
n
.
belongTime
}}
</p>
</div>
<div
class=
"item-body"
>
<h3
class=
"esp_2"
><span
class=
"istop"
>
{{
language
==
0
?
'置顶'
:
'TOP'
}}
</span>
{{
n
.
name
}}
</h3>
<h3
class=
"esp_2"
>
<span
class=
"istop"
v-if=
"n.isTop == '1'"
>
{{
language
==
0
?
'置顶'
:
'TOP'
}}
</span>
{{
n
.
name
}}
</h3>
</div>
<a
class=
"go"
>
{{
language
==
0
?
'查看详情'
:
'DETAIL'
}}
⇀
</a>
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment