issues25489
杨树林 5 years ago
parent c58bfe7a86
commit b73478fff9

@ -203,7 +203,6 @@ function InfoVideo (props) {
}
const _inputValue = getCopyText(videoId.file_url, videoId.cover_url);
const sorts = sortKey.split('-')
return (
<div className="educontent infoVideo">
@ -305,11 +304,6 @@ function InfoVideo (props) {
<span className="color-grey-9 font-12" style={{
marginRight: " 5px",
}}>{"最新上传"}</span>
{/*<i className="iconfont icon-xiajiantou font-12 ml2 color-grey-6"></i>*/}
{/*<ul className="drop_down_normal">*/}
{/* /!*<li onClick={()=>onSortChange("published_at-desc",0)}>最新上传</li>*!/*/}
{/* /!*<li onClick={()=>onSortChange("published_at-asc",1)}>最早上传</li>*!/*/}
{/*</ul>*/}
<sapn className="relativef fr"
style={{

Loading…
Cancel
Save