import React from 'react'; import { Form, Input } from 'antd'; export default function render(props) { const { wechatPay, serverUrl } = props.data; const { t, update } = props.methods; if (wechatPay) { return (<> { const payNotifyUrl = currentTarget.value; update({ payNotifyUrl }); }}/> { const refundNotifyUrl = currentTarget.value; update({ refundNotifyUrl }); }}/> ); } return null; }