From 30dd4c06cb31829e11f5d47274f0913bdb8ab9c1 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 29 Jan 2024 17:41:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/users/GiftManageView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index 9892a18..913d028 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -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');