修改判断2

This commit is contained in:
liaozetao
2024-03-21 11:28:24 +08:00
parent 88fd22491b
commit fce98389cf

View File

@@ -149,7 +149,7 @@ export default {
add() {
let minValue = $("#minValue").val();
let maxValue = $("#maxValue").val();
if (!minValue || minValue != '') {
if (!minValue || minValue == '') {
$("#tipMsg").text("\"刷礼个数大于等于\"不能为空");
$("#tipModal").modal("show");
return;