修改判断2
This commit is contained in:
@@ -149,7 +149,7 @@ export default {
|
|||||||
add() {
|
add() {
|
||||||
let minValue = $("#minValue").val();
|
let minValue = $("#minValue").val();
|
||||||
let maxValue = $("#maxValue").val();
|
let maxValue = $("#maxValue").val();
|
||||||
if (!minValue || minValue != '') {
|
if (!minValue || minValue == '') {
|
||||||
$("#tipMsg").text("\"刷礼个数大于等于\"不能为空");
|
$("#tipMsg").text("\"刷礼个数大于等于\"不能为空");
|
||||||
$("#tipModal").modal("show");
|
$("#tipModal").modal("show");
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user