Browse Source

feat: 红包雨图片优化

xiaolin.fu 8 tháng trước cách đây
mục cha
commit
33a4e8aa6e
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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)