超管中心 - 铭牌管理 / 头饰管理 增加赠送天数限制
This commit is contained in:
@@ -262,6 +262,11 @@ export default {
|
|||||||
$("#tipMsg").text("请输入体验天数");
|
$("#tipMsg").text("请输入体验天数");
|
||||||
$("#tipModal").modal('show');
|
$("#tipModal").modal('show');
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
if ($('#sendDays').val()>30) {
|
||||||
|
$("#tipMsg").text("赠送天数不超过30天");
|
||||||
|
$("#tipModal").modal('show');
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
var sendDays = $('#sendDays').val();
|
var sendDays = $('#sendDays').val();
|
||||||
var sendDesc = $('#sendDesc').val();
|
var sendDesc = $('#sendDesc').val();
|
||||||
|
@@ -254,6 +254,11 @@ export default {
|
|||||||
$("#tipModal").modal('show');
|
$("#tipModal").modal('show');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if ($('#sendDays').val()>30) {
|
||||||
|
$("#tipMsg").text("赠送天数不超过30天");
|
||||||
|
$("#tipModal").modal('show');
|
||||||
|
return;
|
||||||
|
}
|
||||||
var sendDays = $('#sendDays').val();
|
var sendDays = $('#sendDays').val();
|
||||||
var sendDesc = $('#sendDesc').val();
|
var sendDesc = $('#sendDesc').val();
|
||||||
var nameplateId = $('#sendNameplateId').val();
|
var nameplateId = $('#sendNameplateId').val();
|
||||||
|
Reference in New Issue
Block a user