From 392f23caf2997453c78994357f1e1fa79346afbe Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Fri, 26 Apr 2024 18:25:07 +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 c13a4b8..8fee98b 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -948,11 +948,11 @@ export default { ComboboxHelper.setDef("#nobleId", '0'); $('#giftType').val(2); $("input:radio[name='giftStatus']")[1].checked = true; - $("input:radio[name='hasEffect']")[1].checked = true; + $("input:radio[name='hasEffect']")[0].checked = true; $("input:radio[name='hasVggPic']")[1].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('');