Explorar o código

feat: 红包雨图片优化

xiaolin.fu hai 8 meses
pai
achega
33a4e8aa6e
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      src/app/[locale]/(TabBar)/(entire)/promo/PopupHby.tsx

+ 0 - 4
src/app/[locale]/(TabBar)/(entire)/promo/PopupHby.tsx

@@ -402,13 +402,9 @@ const Popup = ( props:any) => {
           return !!aItem.is_start && !aItem.is_receive
         })
 
-        
-
-
         let isShowRed = isHasStartAct.length>0
         let isShowRedDetail = isHasStartAct.length === 0
         let redInfo = isShowRed ? isHasStartAct[0] : {}
-
         let curAct = !!isShowRedDetail ? findCurrentActivity(actList) : actList[0]
         let iconList = JSON.parse(curAct.icon)