补充
This commit is contained in:
@@ -1617,7 +1617,7 @@ export default {
|
|||||||
data: $('#giftForm').serialize(),
|
data: $('#giftForm').serialize(),
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
success: function (json) {
|
success: function (json) {
|
||||||
if (json.success == 'true') {
|
if (json.code == 200) {
|
||||||
$("#giftModal").modal('hide');
|
$("#giftModal").modal('hide');
|
||||||
$("#tipMsg").text("保存成功");
|
$("#tipMsg").text("保存成功");
|
||||||
$("#tipModal").modal('show');
|
$("#tipModal").modal('show');
|
||||||
|
Reference in New Issue
Block a user