Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
starlight
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
starlight
Commits
36c98d7e
Commit
36c98d7e
authored
Apr 14, 2022
by
王雪伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[提交人]:王雪伟
[提交简述] :支付页UI [实现方案] :
parent
6da481cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
MainActivity.java
...in/java/com/zhangxin/starlight/activity/MainActivity.java
+2
-2
No files found.
app/src/main/java/com/zhangxin/starlight/activity/MainActivity.java
View file @
36c98d7e
...
...
@@ -201,10 +201,10 @@ public class MainActivity extends BaseActivity implements NavigationBottomView.N
@Override
public
void
onNavigationClick
(
int
vId
)
{
if
(
vId
==
com
.
zxhl
.
main
.
R
.
id
.
id_ll_bottom_user
)
{
if
(
vId
==
R
.
id
.
id_ll_bottom_user
)
{
switchFragment
(
3
);
EventUtils
.
INSTANCE
.
onEvent
(
"tab_imp"
,
"user"
);
}
else
if
(
vId
==
com
.
zxhl
.
main
.
R
.
id
.
id_ll_bottom_shouye
)
{
}
else
if
(
vId
==
R
.
id
.
id_ll_bottom_shouye
)
{
switchFragment
(
0
);
EventUtils
.
INSTANCE
.
onEvent
(
"tab_imp"
,
"home"
);
}
else
if
(
vId
==
R
.
id
.
id_ll_bottom_xingzuo
)
{
...
...
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