Commit 4528290b by chenjinjing

no message

parent 437d040e
...@@ -405,7 +405,7 @@ export async function xueXiYuanDiShiPin({type}) { ...@@ -405,7 +405,7 @@ export async function xueXiYuanDiShiPin({type}) {
let spDBList = await find(TABLEENUM.视频管理, {videoType:type, display:STATE.}); let spDBList = await find(TABLEENUM.视频管理, {videoType:type, display:STATE.});
spDBList.forEach(info => { spDBList.forEach(info => {
let addInfo:any = extractData(info, ["id", "title", "videoUrl", "videoTime"]); let addInfo:any = extractData(info, ["id", "title", "videoUrl", "videoTime", "coverUrl"]);
addInfo.videoTime = moment(addInfo.videoTime).format("YYYY-MM-DD"); addInfo.videoTime = moment(addInfo.videoTime).format("YYYY-MM-DD");
dataList.push(addInfo); dataList.push(addInfo);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment