Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
HBHAndroid
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
1
Merge Requests
1
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
杨秀秀
HBHAndroid
Commits
6b2be32e
Commit
6b2be32e
authored
Apr 18, 2024
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商户端下架原因更改
parent
06b0acb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
AddProductViewModel.java
...com/xx/merchanthbh/ui/addproduct/AddProductViewModel.java
+2
-3
No files found.
app/src/main/java/com/xx/merchanthbh/ui/addproduct/AddProductViewModel.java
View file @
6b2be32e
...
@@ -349,14 +349,13 @@ public class AddProductViewModel extends BaseViewModel<AddProductRequest> {
...
@@ -349,14 +349,13 @@ public class AddProductViewModel extends BaseViewModel<AddProductRequest> {
Log
.
e
(
"下架原因为空"
,
"RecentDeactivatedLog or its mark is null or empty"
);
Log
.
e
(
"下架原因为空"
,
"RecentDeactivatedLog or its mark is null or empty"
);
}
}
}
}
/*
if
(
resultBean
.
getRecentDeactivatedLog
()
==
null
)
{
if
(
resultBean
.
getRecentDeactivatedLog
()
==
null
)
{
*//*隐藏下架*//*
/*隐藏下架*/
RecentRejectionGone
.
set
(
View
.
GONE
);
RecentRejectionGone
.
set
(
View
.
GONE
);
}
else
{
}
else
{
RecentRejectionGone
.
set
(
View
.
VISIBLE
);
RecentRejectionGone
.
set
(
View
.
VISIBLE
);
RecentRejectionStr
=
resultBean
.
getRecentDeactivatedLog
().
getMark
();
RecentRejectionStr
=
resultBean
.
getRecentDeactivatedLog
().
getMark
();
}
*/
}
/*显示驳回-----------------*/
/*显示驳回-----------------*/
List
<
RecentRejectionBhLogBean
>
recentRejectionLogList
=
resultBean
.
getRecentRejectionLogList
();
List
<
RecentRejectionBhLogBean
>
recentRejectionLogList
=
resultBean
.
getRecentRejectionLogList
();
if
(
recentRejectionLogList
.
size
()
>
0
)
{
if
(
recentRejectionLogList
.
size
()
>
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