1002884655 hace 4 años
padre
commit
31772a7ebd
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1
    4
      src/pages/HuoDong/HuoDongDetail/index.jsx

+ 1
- 4
src/pages/HuoDong/HuoDongDetail/index.jsx Ver fichero

@@ -204,10 +204,7 @@ export default function HuoDongDetail () {
204 204
               <RichText nodes={`${ActivityDetail.desc !== null ? ActivityDetail.desc.replace(/font-size\:\s(\d+)px/ig, 'font-size: $1rpx') : ''}`}></RichText>
205 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 209
           </view>
213 210
         }