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