From 864687bdab29bac689271133e1ae218508635c40 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Fri, 8 Dec 2023 15:12:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A4=BC=E7=89=A9=E7=AE=A1?= =?UTF-8?q?=E7=90=86=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index a00b79d..853f200 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -850,12 +850,12 @@ export default { $("#nobleId").btComboBox('disable'); ComboboxHelper.setDef("#nobleId", '0'); ComboboxHelper.setDef("#giftType", '2'); - $("input:radio[name='giftStatus']")[1].checked = true; + $("input:radio[name='giftStatus']")[0].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='isLatest']")[0].checked = true; + $("input:radio[name='isTimeLimit']")[0].checked = true; $("input:radio[name='roomExclude']")[0].checked = true; $('#giftType').val(''); $("#notifyStaySecond").val('');