From 88316af7787514a3b4c3090ca5ea0016fffae4e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=20=E8=8C=83?= Date: Fri, 15 Nov 2024 14:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E6=9D=A5=E4=BC=9A=E8=AE=AE=E5=BD=93?= =?UTF-8?q?=E5=9C=BA=E6=94=B9=E6=88=90=E8=87=B3=E5=B0=9121=E4=B8=AA?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE,=E8=A1=A5=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Ewide.Web.Entry/wwwroot/html/yjbvote/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/yjbvote/index.html b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/yjbvote/index.html index 65d801d..0df2596 100644 --- a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/yjbvote/index.html +++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/yjbvote/index.html @@ -193,11 +193,11 @@ maximum-scale=1.0, user-scalable=no" /> // }).then(a => { }).catch(err => { console.log(err) }); // return; //} - if (all_select_false_num <= 21) { - //this.$alert(`
淘汰总数必须大于21个!
` + msg2, '错误', { + if (all_select_false_num <= 20) { + //this.$alert(`
淘汰总数必须大于20个!
` + msg2, '错误', { // confirmButtonText: '确定', dangerouslyUseHTMLString: true, center: true, closeOnClickModal: true //}).then(a => { }).catch(err => { console.log(err) }); - alert("淘汰总数必须大于21个"); + alert("淘汰总数必须大于20个"); return; } this.$confirm('您此次选择了同意' + all_select_true_num + '个,淘汰' + all_select_false_num + '个,是否继续提交?', '提示', {