Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
iOSTeam
/
Majiabao
/
TealiveModule
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
14683688
authored
Jun 21, 2024
by
pierce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审核期间隐藏任务
parent
51c536a4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
Module/GDPersonalModule/GDPersonalModule/Features/Main/View/GDMyPageController.swift
Module/GDTabbar/GDTabbar/Feature/View/TabBarView/GDTabBarItemView.swift
Module/GDPersonalModule/GDPersonalModule/Features/Main/View/GDMyPageController.swift
View file @
14683688
...
@@ -618,7 +618,7 @@ extension GDMyPageController: UITableViewDelegate, UITableViewDataSource {
...
@@ -618,7 +618,7 @@ extension GDMyPageController: UITableViewDelegate, UITableViewDataSource {
}}
}}
.
map
({
arr
in
.
map
({
arr
in
var
arr
=
arr
var
arr
=
arr
if
GDRouter
.
DataRouter
?
.
dailySignSwitch
.
value
==
false
{
if
GDRouter
.
DataRouter
?
.
dailySignSwitch
.
value
==
false
&&
GDRouter
.
BaseBusinessRouter
?
.
isCurrentVersionVerified
.
value
==
false
{
arr
.
insert
(
GDMyPageFunctionModel
.
getDailySignModel
(),
at
:
0
)
arr
.
insert
(
GDMyPageFunctionModel
.
getDailySignModel
(),
at
:
0
)
}
}
return
arr
return
arr
...
...
Module/GDTabbar/GDTabbar/Feature/View/TabBarView/GDTabBarItemView.swift
View file @
14683688
...
@@ -96,8 +96,9 @@ class GDTabBarItemView: UICollectionViewCell {
...
@@ -96,8 +96,9 @@ class GDTabBarItemView: UICollectionViewCell {
self
.
makeUnreadView
()
self
.
makeUnreadView
()
func
refreshUnread
()
{
func
refreshUnread
()
{
let
hasRewardCount
=
((
GDRouter
.
UserRouter
?
.
rewardCount
.
value
??
0
)
>
0
)
&&
GDRouter
.
BaseBusinessRouter
?
.
isCurrentVersionVerified
.
value
==
false
if
(
GDRouter
.
UserRouter
?
.
newWearNum
.
value
??
0
)
<=
0
if
(
GDRouter
.
UserRouter
?
.
newWearNum
.
value
??
0
)
<=
0
&&
(
GDRouter
.
UserRouter
?
.
rewardCount
.
value
??
0
)
<=
0
&&
hasRewardCount
==
false
//TODO:战队: added By Pidan
//TODO:战队: added By Pidan
// && GDRouter.UserRouter?.fightTeamCenter.hadUnreadMsg.value == false && GDRouter.UserRouter?.fightTeamCenter.hadFightTeamInvite.value == false && GDRouter.UserRouter?.fightTeamCenter.applyCount.value <= 0
// && GDRouter.UserRouter?.fightTeamCenter.hadUnreadMsg.value == false && GDRouter.UserRouter?.fightTeamCenter.hadFightTeamInvite.value == false && GDRouter.UserRouter?.fightTeamCenter.applyCount.value <= 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment