Commit 99e754b2 by zhangleyuan

feat:处理分类id的问题

parent f3098431
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: 吴文洁 * @Author: 吴文洁
* @Date: 2020-08-05 10:07:47 * @Date: 2020-08-05 10:07:47
* @LastEditors: zhangleyuan * @LastEditors: zhangleyuan
* @LastEditTime: 2021-01-07 15:44:25 * @LastEditTime: 2021-01-08 11:50:18
* @Description: 视频课新增/编辑页 * @Description: 视频课新增/编辑页
* @Copyright: 杭州杰竞科技有限公司 版权所有 * @Copyright: 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -116,7 +116,8 @@ class AddVideoCourse extends React.Component { ...@@ -116,7 +116,8 @@ class AddVideoCourse extends React.Component {
whetherVisitorsJoin, whetherVisitorsJoin,
courseMediaVOS, courseMediaVOS,
categoryOneName, categoryOneName,
categoryTwoName categoryTwoName,
categoryId
} = result; } = result;
let coverId; let coverId;
let coverUrl; let coverUrl;
...@@ -167,7 +168,8 @@ class AddVideoCourse extends React.Component { ...@@ -167,7 +168,8 @@ class AddVideoCourse extends React.Component {
scheduleVideoUrl, scheduleVideoUrl,
shelfState, shelfState,
whetherVisitorsJoin, whetherVisitorsJoin,
categoryName categoryName,
categoryId
}); });
}) })
......
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