提交 b46b4d87 authored 作者: 钟是志's avatar 钟是志

2019年9月27日 15:50:16 火车票打折卡

上级 163ea634
/**
* 2019年9月27日
* 钟是志
* 车站
* 城市选择组件
* https://react.ctolib.com/chelun-h5-react-city-select.html
* */
import React from 'react';
import CitySelect from 'react-city-select';
export default class Index extends React.Component{
constructor(props){
super(props);
}
render() {
return (
<CitySelect
{...this.props}
/>
);
}
}
......@@ -8,7 +8,7 @@ import React, {Fragment} from 'react';
import { Button, Toast} from 'antd-mobile';
import { uploadFile } from './api';
export default class UploadButton extends React.Component {
export default class UploadFile extends React.Component {
constructor(props){
super(props);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论