Compare commits

..

2 Commits

4 changed files with 3 additions and 15 deletions

View File

@@ -339,8 +339,6 @@ export default {
isGiveBol = false;
}
});
}else{
isGiveBol = false;
}
}

View File

@@ -592,11 +592,11 @@
<option value="7">7</option>
<option value="15">15</option>
<option value="30">30</option>
<!-- <option value="999">自定义</option> -->
<option value="999">自定义</option>
</select>
</div>
</div>
<!-- <div class="form-group otherZDY"
<div class="form-group otherZDY"
style="display: none">
<label for="otherVal"
class="col-sm-3 control-label">自定义</label>
@@ -606,7 +606,7 @@
class=""
oninput="value=value.replace(/[^\d]/g,'')" />
</div>
</div> -->
</div>
<div class="form-group">
<label for="sendDesc"
class="col-sm-3 control-label">备注</label>

View File

@@ -262,11 +262,6 @@ 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();

View File

@@ -254,11 +254,6 @@ 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();