08 2019 档案

摘要:import React, { useState, useEffect } from 'react' import PropTypes from 'prop-types' import _ from 'lodash' import classnames from 'classnames' import './index.less' function CheckBox(props) { const 阅读全文
posted @ 2019-08-29 16:39 贝子涵夕 阅读(450) 评论(0) 推荐(0) 编辑
摘要:import React, { Component } from 'react' import PropTypes from 'prop-types' import _ from 'lodash' import assign from 'object-assign' import './index.less' import NormalButton from '../NormalButton' i 阅读全文
posted @ 2019-08-29 16:38 贝子涵夕 阅读(189) 评论(0) 推荐(0) 编辑
摘要:<div className="uploading-animation-tip-wrap"> <img src={require('~/shared/assets/image/slide-uploading-animation-file-300-300.gif')} alt="" className="uploading-tip-animation-file" /> <img src={requi 阅读全文
posted @ 2019-08-27 18:01 贝子涵夕 阅读(330) 评论(0) 推荐(0) 编辑
摘要:import React, { useState, useRef, useEffect } from 'react' import PropTypes from 'prop-types' import _ from 'lodash' import uuidv1 from 'uuid/v1' import './index.less' let currentTipComponents = []... 阅读全文
posted @ 2019-08-27 17:02 贝子涵夕 阅读(722) 评论(0) 推荐(0) 编辑
摘要:import StateMachine from 'javascript-state-machine' import EventEmitter from 'events' /** * 上传的文档的状态管理 */ const STATES = { NOT_UPLOAD: 'notUpload', FILE_TOO_LARGE: 'fileTooLarge', UPLOADING: 'uploadin 阅读全文
posted @ 2019-08-27 11:30 贝子涵夕 阅读(521) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示