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
f8237179
authored
2025-05-22 15:22:35 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
国外不购买保险
1 parent
5f4bdea4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/viewsPc/match/chooseProject.vue
src/viewsPc/match/chooseSportsman.vue
src/viewsPc/match/components/allSportsmanListForPersonal.vue
src/viewsPc/match/chooseProject.vue
View file @
f823717
...
...
@@ -171,7 +171,7 @@
{{
language
==
0
?
'预览报名信息'
:
'Preview Registration Information'
}}
<
/el-button
>
<
span
v
-
if
=
"
insuranceFlag!=0
"
class
=
"checkbox"
>
<
span
v
-
if
=
"
language==0&& insuranceFlag!=0||language==1&&insuranceFlag==1
"
class
=
"checkbox"
>
<
el
-
checkbox
v
-
model
=
"checked"
:
label
=
"language==0?'我同意授权赛事方帮忙购买保险':'I agree to authorize the event organizer to purchase insurance on my behalf'"
...
...
@@ -480,7 +480,7 @@ function submitForm(n) {
}
function
commit
()
{
if
(
insuranceFlag
.
value
==
2
&&
checked
.
value
==
'0'
)
{
if
(
language
.
value
==
0
&&
insuranceFlag
.
value
==
2
&&
checked
.
value
==
'0'
)
{
ElMessageBox
.
confirm
(
language
.
value
==
0
?
'你是否同意赛事放帮忙购买保险?'
:
'Do you agree to have the event organizer help purchase insurance?'
,
language
.
value
==
0
?
'提示'
:
'Tip'
,
{
confirmButtonText
:
language
.
value
==
0
?
'是'
:
'Yes'
,
...
...
src/viewsPc/match/chooseSportsman.vue
View file @
f823717
...
...
@@ -182,7 +182,7 @@
{{ language == 0 ? '预览报名信息' : 'Preview registration information' }}
</el-button>
<span
v-if=
"
insuranceFlag!=0
"
class=
"checkbox"
>
<span
v-if=
"
language==0&& insuranceFlag!=0||language==1&&insuranceFlag==1
"
class=
"checkbox"
>
<el-checkbox
v-model=
"checked"
:label=
"language==0?'我同意授权赛事方帮忙购买保险':'I agree to authorize the event organizer to purchase insurance on my behalf'"
...
...
@@ -436,7 +436,7 @@ function submitForm() {
// cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next',
type
:
'warning'
})
}
else
if
(
insuranceFlag
.
value
==
'2'
&&
checked
.
value
==
0
)
{
}
else
if
(
language
.
value
==
0
&&
insuranceFlag
.
value
==
'2'
&&
checked
.
value
==
0
)
{
ElMessageBox
.
confirm
(
language
.
value
==
0
?
'你是否同意赛事放帮忙购买保险?'
:
'Do you agree to have the event organizer help purchase insurance?'
,
language
.
value
==
0
?
'提示'
:
'Tip'
,
{
confirmButtonText
:
language
.
value
==
0
?
'是'
:
'Yes'
,
...
...
src/viewsPc/match/components/allSportsmanListForPersonal.vue
View file @
f823717
This diff is collapsed.
Click to expand it.
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