|
|
|
@ -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";
|
|
|
|
|
import UpgradeModals from '../modals/UpgradeModals';
|
|
|
|
|
import Pagination from '@icedesign/base/lib/pagination';
|
|
|
|
|
import '@icedesign/base/lib/pagination/style.js';
|
|
|
|
@ -115,6 +116,8 @@ class ShixunPathSearch extends Component{
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
|
let { order,sortList,search,page,total_count,select }=this.state;
|
|
|
|
|
|
|
|
|
|
// console.log()
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
{this.state.updata===undefined?"":<UpgradeModals
|
|
|
|
@ -127,7 +130,7 @@ class ShixunPathSearch extends Component{
|
|
|
|
|
.pathImg{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 300px;
|
|
|
|
|
background-image: url(${getImageUrl(`images/path/path.png`)});
|
|
|
|
|
background-image: url(${getImageUrl(this.props.mygetHelmetapi&&this.props.mygetHelmetapi.subject_banner_url===null?`images/path/path.png`:this.props.mygetHelmetapi&&this.props.mygetHelmetapi.subject_banner_url)});
|
|
|
|
|
background-color: #000a4f;
|
|
|
|
|
/* background-size: cover; */
|
|
|
|
|
background-position: center;
|
|
|
|
|