修改判断2

This commit is contained in:
liaozetao
2024-03-21 11:28:24 +08:00
parent 5e421717e7
commit 8ca3bcd9fc

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;