diff --git a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js index 0e36d3dc6..d0ba33cb3 100644 --- a/public/react/src/modules/courses/coursesPublic/NewShixunModel.js +++ b/public/react/src/modules/courses/coursesPublic/NewShixunModel.js @@ -490,10 +490,11 @@ class NewShixunModel extends Component{ :shixun_list.length===0? :"" } -
+ { + shixun_list===undefined?"":shixun_list.length===0?"":
-
+
}