Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
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
bp
ShenghuoquanBusiness
Commits
2a817c97
Commit
2a817c97
authored
Jun 18, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix SHQBD-146 企业认证提交后,标签状态修改为待审核
parent
eaf22524
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
LifeAccountEnterpriseAuthCompleteActivity.kt
...tent/ui/auth/LifeAccountEnterpriseAuthCompleteActivity.kt
+1
-1
LifeAccountEnterpriseAuthInfoView.kt
...n/newscontent/widget/LifeAccountEnterpriseAuthInfoView.kt
+11
-0
strings.xml
Components/newscontent/src/main/res/values/strings.xml
+1
-1
No files found.
Components/newscontent/src/main/java/com/yidian/shenghuoquan/newscontent/ui/auth/LifeAccountEnterpriseAuthCompleteActivity.kt
View file @
2a817c97
...
...
@@ -62,7 +62,7 @@ class LifeAccountEnterpriseAuthCompleteActivity :
private
fun
initData
()
{
viewBind
.
ivEnterpriseAuthInfo
.
fillAuthInfo
(
-
1
,
Constant
.
STATUS_AUDIT_UNDER
,
-
1
,
params
?.
get
(
REGISTRATION_NAME
)
?.
let
{
it
as
String
},
params
?.
get
(
REGISTRATION_CODE
)
?.
let
{
it
as
String
},
...
...
Components/newscontent/src/main/java/com/yidian/shenghuoquan/newscontent/widget/LifeAccountEnterpriseAuthInfoView.kt
View file @
2a817c97
...
...
@@ -109,6 +109,17 @@ class LifeAccountEnterpriseAuthInfoView @JvmOverloads constructor(
)
)
}
else
->
{
// 待审核 企业认证提交后
viewBinding
.
tvAuditStatus
.
text
=
resources
.
getText
(
R
.
string
.
pending_audit
)
viewBinding
.
tvAuditStatus
.
setBackgroundResource
(
R
.
drawable
.
shape_life_account_status_audit
)
viewBinding
.
tvAuditStatus
.
setTextColor
(
ContextCompat
.
getColor
(
context
,
R
.
color
.
color_FFF26E3D
)
)
}
}
}
...
...
Components/newscontent/src/main/res/values/strings.xml
View file @
2a817c97
...
...
@@ -58,7 +58,7 @@
<string
name=
"submitted_successfully"
>
提交成功
</string>
<string
name=
"mobile_phone_number_notification_information"
>
已成功提交企业号审核,请留意注册手机号通知信息
</string>
<string
name=
"enterprise_certification"
>
企业认证
</string>
<string
name=
"pending_
review
"
>
待审核
</string>
<string
name=
"pending_
audit
"
>
待审核
</string>
<string
name=
"company_name"
>
公司名称
</string>
<string
name=
"credit_code"
>
统一社会信用代码
</string>
<string
name=
"operator_information"
>
经营者信息
</string>
...
...
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