diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index c1d508b..2c91a35 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -843,6 +843,13 @@ export default { $("#nobleId").btComboBox('disable'); ComboboxHelper.setDef("#nobleId", '0'); ComboboxHelper.setDef("#giftType", '2'); + $("input:radio[name='giftStatus']")[1].checked = true; + $("input:radio[name='hasEffect']")[0].checked = true; + $("input:radio[name='hasVggPic']")[0].checked = true; + $("input:radio[name='hasSvga']")[0].checked = true; + $("input:radio[name='isLatest']")[1].checked = true; + $("input:radio[name='isTimeLimit']")[1].checked = true; + $("input:radio[name='roomExclude']")[0].checked = true; $("#notifyStaySecond").val(''); $("#isSkipRoom").val(''); $("#isSendMsg").val('');