Browse Source

Merge remote-tracking branch 'origin/ChronicMag' into ChronicMag

zhouna 6 years ago
parent
commit
347443f14b
2 changed files with 4 additions and 0 deletions
  1. 1 0
      src/components/ChronicInfo/index.jsx
  2. 3 0
      src/components/ChronicInfo/index.less

+ 1 - 0
src/components/ChronicInfo/index.jsx

@@ -444,6 +444,7 @@ class ChronicInfo extends React.Component{
                                                isSelect={radioVal[v.id]==lis.detailName}
                                                handleClick={this.handleRadio.bind(this,lis,v)}>
                                         </Radio>
+                                        {lis.state==1?<span className={style['recomand']}>(智能推荐)</span>:''}
                                     </div>
                                   })}
                                 </div>

+ 3 - 0
src/components/ChronicInfo/index.less

@@ -272,4 +272,7 @@
     cursor: auto;
     margin-top: 15px;
     cursor: pointer;
+  }
+  .recomand{
+    color:#3B9ED0;
   }