Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
android
/
dayu
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
d48831cc
authored
Apr 04, 2024
by
han xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
成功后提示
parent
547da381
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
build.gradle
userCenter/src/main/java/com/dayu/usercenter/ui/activity/BusinessDetailActivity.java
build.gradle
View file @
d48831cc
...
...
@@ -5,8 +5,8 @@ buildscript {
ext
.
build_tools_version
=
"29.0.2"
ext
.
min_sdk_version
=
21
ext
.
target_sdk_version
=
30
ext
.
version_code
=
32
0
ext
.
verson_name
=
"3.2.
0
"
ext
.
version_code
=
32
2
ext
.
verson_name
=
"3.2.
2
"
ext
.
gradle_version
=
'4.0.1'
ext
.
isReleaseMinify
=
false
ext
.
isDebugMinify
=
false
...
...
userCenter/src/main/java/com/dayu/usercenter/ui/activity/BusinessDetailActivity.java
View file @
d48831cc
...
...
@@ -315,7 +315,10 @@ public class BusinessDetailActivity extends BaseActivity<BusinessDetailPresenter
Api
.
getService
(
UserService2
.
class
).
finishedStudyApply
(
finishedStudyData
).
compose
(
Api
.
applySchedulers
())
.
subscribe
(
mPresenter
.
baseObserver
(
data
->
{
//TODO 认证成功:刷新按钮 ( 变为商家已认证)
if
(
data
){
mBind
.
btnCommit
.
setText
(
"商家认证申请中"
);
mBind
.
btnCommit
.
setBackgroundResource
(
R
.
drawable
.
btn_green_commom
);
}
}));
}
...
...
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