diff --git a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js index f66539c99..cb2b6bdf1 100644 --- a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js +++ b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js @@ -86,7 +86,8 @@ class PathDetailIndex extends Component{ pathtopskey:1, dataquerys:{}, MenuItemsindex:1, - MenuItemsindextype:0 + MenuItemsindextype:0, + qrcode_img:null } this.onDragEnd = this.onDragEnd.bind(this); @@ -250,7 +251,7 @@ class PathDetailIndex extends Component{ } this.setState({ - // detailInfoList:result.data, + qrcode_img:result.data.qrcode_img, tags:result.data.tags, progress:result.data.progress, members:result.data.members, @@ -472,7 +473,7 @@ class PathDetailIndex extends Component{ progress, members, tags, - courses, + qrcode_img, MenuItemsindex, MenuItemsindextype } = this.state @@ -538,9 +539,13 @@ class PathDetailIndex extends Component{ >
- 课程须知
+ 课程须知
{/*{detailInfoList===undefined?"":detailInfoList.allow_statistics===true?*/}
{/*