Compare commits
1 Commits
epartyDeve
...
eparty
Author | SHA1 | Date | |
---|---|---|---|
864719c03b |
@@ -262,6 +262,11 @@ export default {
|
||||
$("#tipMsg").text("请输入体验天数");
|
||||
$("#tipModal").modal('show');
|
||||
return;
|
||||
}
|
||||
if ($('#sendDays').val()>30) {
|
||||
$("#tipMsg").text("赠送天数不超过30天");
|
||||
$("#tipModal").modal('show');
|
||||
return;
|
||||
}
|
||||
var sendDays = $('#sendDays').val();
|
||||
var sendDesc = $('#sendDesc').val();
|
||||
|
@@ -254,6 +254,11 @@ export default {
|
||||
$("#tipModal").modal('show');
|
||||
return;
|
||||
}
|
||||
if ($('#sendDays').val()>30) {
|
||||
$("#tipMsg").text("赠送天数不超过30天");
|
||||
$("#tipModal").modal('show');
|
||||
return;
|
||||
}
|
||||
var sendDays = $('#sendDays').val();
|
||||
var sendDesc = $('#sendDesc').val();
|
||||
var nameplateId = $('#sendNameplateId').val();
|
||||
|
Reference in New Issue
Block a user