
react
yaya1286249672
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
倒计时组件
//物流超时倒计时 export class LogicBlock extends Component { constructor(props) { super(props); let retime; let {timeout,now} = this.props; //retime = parseInt(new Date(t...原创 2018-09-30 15:07:24 · 408 阅读 · 0 评论 -
单选框自定义样式
//选择售后类型 checkAftertype = (e) => { //待发货时为仅退款可选 let {typeChange, reasonChange, refund} = this.props; if ($(e.target).text() == "退货退款" && refund == 1) { return; } ...原创 2018-09-30 15:05:46 · 563 阅读 · 0 评论