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