Commit 81db2818 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 会员支付策略

parent c9df04bc
......@@ -540,6 +540,9 @@ const PaySettingLayout = () => {
>
{({ getFieldValue }) => (
getFieldValue(`payChannel_${_item.payChannel}`) === 11 ||
getFieldValue(`payChannel_${_item.payChannel}`) === 13 ||
getFieldValue(`payChannel_${_item.payChannel}`) === 14 ||
getFieldValue(`payChannel_${_item.payChannel}`) === 15 ||
getFieldValue(`payChannel_${_item.payChannel}`) === 12
) && (
<Fragment>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment