diff --git a/public/images/path/path.png b/public/images/path/path.png new file mode 100644 index 000000000..1461d47e6 Binary files /dev/null and b/public/images/path/path.png differ diff --git a/public/react/src/modules/paths/ShixunPathSearch.js b/public/react/src/modules/paths/ShixunPathSearch.js index 7f052c166..8ff015782 100644 --- a/public/react/src/modules/paths/ShixunPathSearch.js +++ b/public/react/src/modules/paths/ShixunPathSearch.js @@ -1,7 +1,8 @@ import React, { Component } from 'react'; -import PathCard from "./ShixunPathCard.js"; import axios from 'axios'; import {Input} from 'antd'; +import {getImageUrl} from 'educoder'; +import PathCard from "./ShixunPathCard.js"; import UpgradeModals from '../modals/UpgradeModals'; import Pagination from '@icedesign/base/lib/pagination'; import '@icedesign/base/lib/pagination/style.js'; @@ -120,6 +121,21 @@ class ShixunPathSearch extends Component{ {this.state.updata===undefined?"":} + {/**/}