liting2017 hace 6 años
padre
commit
e10eb1892f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/component/account/index/normal.jsx

+ 1 - 1
js/component/account/index/normal.jsx

@@ -46,7 +46,7 @@ const Content = React.createClass({
                     type: data.data.type,
                     uid: data.data.uid,
                     expert:data.data.expert,
-                    visible: (data.data.auditStatus!='0')? false : true
+                    visible: (data.data.auditStatus=='0'||data.data.auditStatus==null)? true : false
                 })
             }
         }.bind(this)).always(function () {