60778e70 by zhangmeng

保险

1 parent f8237179
...@@ -481,7 +481,7 @@ function submitForm(n) { ...@@ -481,7 +481,7 @@ function submitForm(n) {
481 481
482 function commit() { 482 function commit() {
483 if (language.value == 0 && insuranceFlag.value == 2 && checked.value == '0') { 483 if (language.value == 0 && insuranceFlag.value == 2 && checked.value == '0') {
484 ElMessageBox.confirm(language.value == 0 ? '你是否同意赛事帮忙购买保险?' : 'Do you agree to have the event organizer help purchase insurance?', 484 ElMessageBox.confirm(language.value == 0 ? '你是否同意赛事帮忙购买保险?' : 'Do you agree to have the event organizer help purchase insurance?',
485 language.value == 0 ? '提示' : 'Tip', { 485 language.value == 0 ? '提示' : 'Tip', {
486 confirmButtonText: language.value == 0 ? '是' : 'Yes', 486 confirmButtonText: language.value == 0 ? '是' : 'Yes',
487 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next', 487 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next',
......
...@@ -437,7 +437,7 @@ function submitForm() { ...@@ -437,7 +437,7 @@ function submitForm() {
437 type: 'warning' 437 type: 'warning'
438 }) 438 })
439 } else if (language.value == 0 && insuranceFlag.value == '2' && checked.value == 0) { 439 } else if (language.value == 0 && insuranceFlag.value == '2' && checked.value == 0) {
440 ElMessageBox.confirm(language.value == 0 ? '你是否同意赛事帮忙购买保险?' : 'Do you agree to have the event organizer help purchase insurance?', 440 ElMessageBox.confirm(language.value == 0 ? '你是否同意赛事帮忙购买保险?' : 'Do you agree to have the event organizer help purchase insurance?',
441 language.value == 0 ? '提示' : 'Tip', { 441 language.value == 0 ? '提示' : 'Tip', {
442 confirmButtonText: language.value == 0 ? '是' : 'Yes', 442 confirmButtonText: language.value == 0 ? '是' : 'Yes',
443 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next', 443 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!