修改礼物类型默认值
This commit is contained in:
@@ -849,7 +849,7 @@ export default {
|
||||
// $("#goldPrice").attr('readonly', false);
|
||||
$("#nobleId").btComboBox('disable');
|
||||
ComboboxHelper.setDef("#nobleId", '0');
|
||||
ComboboxHelper.setDef("#giftType", '2');
|
||||
ComboboxHelper.setDef("#giftType", '15');
|
||||
$("input:radio[name='giftStatus']")[0].checked = true;
|
||||
$("input:radio[name='hasEffect']")[0].checked = true;
|
||||
$("input:radio[name='hasVggPic']")[0].checked = true;
|
||||
|
Reference in New Issue
Block a user