Kaynağa Gözat

Merge branch 'master' of http://git.ycjcjy.com/civilized_city/miniapp

fangmingyue 2 yıl önce
ebeveyn
işleme
039ebbd4c1
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3
    3
      src/pages/org/issue/detail/index.jsx

+ 3
- 3
src/pages/org/issue/detail/index.jsx Dosyayı Görüntüle

97
           <View style={{marginTop: '20px', padding: 'var(--main-space)'}}>
97
           <View style={{marginTop: '20px', padding: 'var(--main-space)'}}>
98
             <View>
98
             <View>
99
               {
99
               {
100
-                showEditBtn ?
101
-                  <Button block type="primary">保存修改</Button> :
100
+                showEditBtn &&
101
+                  // <Button block type="primary">保存修改</Button> :
102
                   <Apply block type="primary" applyType="end" orgIssue={orgIssue}>申请办结</Apply>
102
                   <Apply block type="primary" applyType="end" orgIssue={orgIssue}>申请办结</Apply>
103
               }
103
               }
104
             </View>
104
             </View>
105
             {
105
             {
106
-              !showEditBtn && (
106
+              showEditBtn && (
107
                 <View style={{marginTop: '20px'}}>
107
                 <View style={{marginTop: '20px'}}>
108
                   <Apply block type="primary" applyType="org-verify" orgIssue={orgIssue}>申请审核</Apply>
108
                   <Apply block type="primary" applyType="org-verify" orgIssue={orgIssue}>申请审核</Apply>
109
                 </View>
109
                 </View>