import React from 'react'; import { Form, Switch, InputNumber, Input, Radio, Divider } from 'antd'; import Styles from './web.pc.module.less'; import AliPayUpsert from '../../aliPay/upsert'; export default function render(props) { const { apAccount, aliPay, oakFullpath, systemId } = props.data; const { t, update } = props.methods; if (apAccount) { // @oak-ignore return (
); } return null; }