✨ feat: 新增京东E卡
This commit is contained in:
parent
c58c1c4f79
commit
b90454812b
|
@ -506,6 +506,7 @@ const UseProductPop = forwardRef((props, ref) => {
|
|||
>
|
||||
<RadioButton value={1}>直充</RadioButton>
|
||||
<RadioButton value={2}>卡密</RadioButton>
|
||||
<RadioButton value={3}>京东E卡</RadioButton>
|
||||
</RadioGroup>
|
||||
</FormItem>
|
||||
{model.product_type === 2 ? (
|
||||
|
|
Loading…
Reference in New Issue