04caf1b8 by zhangmeng

去除叉号

1 parent 16acb46a
......@@ -485,7 +485,9 @@ function commit() {
language.value == 0 ? '提示' : 'Tip', {
confirmButtonText: language.value == 0 ? '是' : 'Yes',
cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next',
type: 'warning'
type: 'warning',
closeOnClickModal: false,
showClose: false
}).then(() => {
checked.value = '1'
router.push({
......
......@@ -441,7 +441,9 @@ function submitForm() {
language.value == 0 ? '提示' : 'Tip', {
confirmButtonText: language.value == 0 ? '是' : 'Yes',
cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next',
type: 'warning'
type: 'warning',
closeOnClickModal: false,
showClose: false
}).then(() => {
checked.value = '1'
router.push({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!