Kaynağa Gözat

首页弹出条件增加

liting2017 6 yıl önce
ebeveyn
işleme
6a6810bf3d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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'||data.data.auditStatus==null)? true : false
+                    visible: (data.data.type=='0'&&(data.data.auditStatus=='0'||data.data.auditStatus==null))? true : false
                 })
             }
         }.bind(this)).always(function () {