Bladeren bron

静态页面

1002884655 4 jaren geleden
bovenliggende
commit
31772a7ebd
1 gewijzigde bestanden met toevoegingen van 1 en 4 verwijderingen
  1. 1
    4
      src/pages/HuoDong/HuoDongDetail/index.jsx

+ 1
- 4
src/pages/HuoDong/HuoDongDetail/index.jsx Bestand weergeven

204
               <RichText nodes={`${ActivityDetail.desc !== null ? ActivityDetail.desc.replace(/font-size\:\s(\d+)px/ig, 'font-size: $1rpx') : ''}`}></RichText>
204
               <RichText nodes={`${ActivityDetail.desc !== null ? ActivityDetail.desc.replace(/font-size\:\s(\d+)px/ig, 'font-size: $1rpx') : ''}`}></RichText>
205
             </view>
205
             </view>
206
 
206
 
207
-            {
208
-              Status - 0 !== 4 &&
209
-              <text className={Status - 0 === 2 ? 'active BottomBtn' : 'BottomBtn'} onClick={ToJoin}>{StatusText}</text>
210
-            }
207
+            <text className={Status - 0 === 2 ? 'active BottomBtn' : 'BottomBtn'} onClick={ToJoin}>{StatusText}</text>
211
 
208
 
212
           </view>
209
           </view>
213
         }
210
         }