From 94dbb140fb54de7158b477f2f42a35fd1db9a7a5 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Fri, 8 Dec 2023 15:16:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A4=BC=E7=89=A9=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=BB=98=E8=AE=A4=E5=80=BC?= 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 853f200..dc7ab4f 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -849,7 +849,7 @@ export default { // $("#goldPrice").attr('readonly', false); $("#nobleId").btComboBox('disable'); ComboboxHelper.setDef("#nobleId", '0'); - ComboboxHelper.setDef("#giftType", '2'); + ComboboxHelper.setDef("#giftType", '15'); $("input:radio[name='giftStatus']")[0].checked = true; $("input:radio[name='hasEffect']")[0].checked = true; $("input:radio[name='hasVggPic']")[0].checked = true;