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 + '个,是否继续提交?', '提示', {