diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index b307921..853f200 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", '5'); + ComboboxHelper.setDef("#giftType", '2'); $("input:radio[name='giftStatus']")[0].checked = true; $("input:radio[name='hasEffect']")[0].checked = true; $("input:radio[name='hasVggPic']")[0].checked = true;