This commit is contained in:
liaozetao
2024-01-29 17:41:11 +08:00
parent 4da40c0c66
commit 19c5cb358f

View File

@@ -1617,7 +1617,7 @@ export default {
data: $('#giftForm').serialize(),
dataType: "json",
success: function (json) {
if (json.success == 'true') {
if (json.code == 200) {
$("#giftModal").modal('hide');
$("#tipMsg").text("保存成功");
$("#tipModal").modal('show');