import React from 'react'; import FootBtn from '../Form/FootBtn'; import Icon from '../../components/Icon/index'; import './style.styl'; interface Props { next: any; } const BottomBar = (props: Props) => { return (
咨询客服
立即购买
); }; export default BottomBar;