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 (<>