import { observer } from 'mobx-react'; import { WeaDialog, } from 'ecCom'; @observer export default class SearchCustomDialog extends React.Component { constructor(props) { super(props); } render() { const { DIALOG, dialog } = this.props return ( ); } }