Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_vedio
Commits
9185435e
Commit
9185435e
authored
Nov 20, 2024
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
c9ee7189
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
4 deletions
+17
-4
MainFragment.kt
...c/main/java/com/duben/heliapp/ui/fragment/MainFragment.kt
+17
-4
No files found.
video/app/src/main/java/com/duben/heliapp/ui/fragment/MainFragment.kt
View file @
9185435e
...
...
@@ -149,11 +149,17 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
homePresenter
.
topTabs
()
homePresenter
.
orders
()
TrackManager
.
getInstance
().
getMyInfo
()
getData
()
// showRecommendAct()
}
AppConfig
.
showVipAdDialog
=
false
if
(
userManager
.
vipFlag
)
{
iv_sign_main
.
visibility
=
View
.
VISIBLE
getData
()
}
else
{
iv_sign_main
.
visibility
=
View
.
GONE
}
}
}
...
...
@@ -263,9 +269,16 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
DialogUtils
.
showDialog
(
requireActivity
(),
SpanUtils
()
.
append
(
"如有问题请联系客服\n"
+
"4000969950"
)
.
setForegroundColor
(
ContextCompat
.
getColor
(
requireContext
(),
R
.
color
.
tv_message_recente_money
))
.
append
(
"如有问题请联系客服\n"
+
"4000969950"
)
.
setForegroundColor
(
ContextCompat
.
getColor
(
requireContext
(),
R
.
color
.
tv_message_recente_money
)
)
.
create
(),
"提示"
,
"确定"
,
...
...
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