import React from 'react'; import { Button } from 'antd-mobile'; import Icon from 'components/Icon'; import styles from './item.less'; const Index = ({ id, image, title, like, share }) => { return (
{title}
有效期至 2020.05.10
浏览 14222
); }; export default Index;