Kaynağa Gözat

feat: 红包雨图片优化

xiaolin.fu 8 ay önce
ebeveyn
işleme
33a4e8aa6e

+ 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)