|
@@ -205,12 +205,14 @@ class PushItems extends Component {
|
|
|
maxShowNum={24}
|
|
|
/>
|
|
|
)}
|
|
|
+ {console.log('likely', likely)}
|
|
|
<div className={style["diagnose"]}>
|
|
|
- {vigilant&&vigilant.length === 0 &&
|
|
|
- determine&&determine.length === 0 &&
|
|
|
- doubt&&doubt.length === 0 &&
|
|
|
- possible&&possible.length === 0 &&
|
|
|
- likely&&likely.length === 0 && (
|
|
|
+ {vigilant.length === 0 &&
|
|
|
+ determine.length === 0 &&
|
|
|
+ doubt.length === 0 &&
|
|
|
+ possible.length === 0 &&
|
|
|
+ (!likely || likely&&likely.length ===0) &&
|
|
|
+ (
|
|
|
<div className={style["doubt"]}>
|
|
|
<h1>
|
|
|
<img src={doubtImg} />
|