补充
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user