修复礼物默认选中逻辑
This commit is contained in:
@@ -850,6 +850,13 @@ export default {
|
|||||||
$("#nobleId").btComboBox('disable');
|
$("#nobleId").btComboBox('disable');
|
||||||
ComboboxHelper.setDef("#nobleId", '0');
|
ComboboxHelper.setDef("#nobleId", '0');
|
||||||
ComboboxHelper.setDef("#giftType", '2');
|
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;
|
||||||
$('#giftType').val('');
|
$('#giftType').val('');
|
||||||
$("#notifyStaySecond").val('');
|
$("#notifyStaySecond").val('');
|
||||||
$("#isSkipRoom").val('');
|
$("#isSkipRoom").val('');
|
||||||
|
Reference in New Issue
Block a user